@charset "UTF-8";
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.imageLanding {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .imageLanding {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .imageLanding {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .imageLanding {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .imageLanding {
      padding-bottom: 19rem !important; } }

.promotionImageLanding {
  font-family: "Kanit";
  margin-left: 0rem !important;
  margin-right: 0rem !important;
  background-color: white; }
  .promotionImageLanding > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionImageLanding > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionImageLanding > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionImageLanding > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionImageLanding > .promotionHeader > .promotionTitle > .highlight {
        color: #0033CC; }
      .promotionImageLanding > .promotionHeader > .promotionTitle > .highlight2 {
        color: red; }
    .promotionImageLanding > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionImageLanding > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionImageLanding > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text {
        background-color: yellow; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text > .highlight {
          color: red; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text > .highlight2 {
          color: #0033CC; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.95rem; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem > .highlight {
          color: red; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem > .font {
          font-weight: bold; }
        @media (min-width: 768px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1rem; } }
        @media (min-width: 992px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.15rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem2 {
        margin-bottom: 0.2rem;
        font-size: 1rem;
        font-size: 1rem; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem2 > .highlight {
          color: red; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font {
          font-weight: bold; }
        @media (min-width: 768px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.15rem; } }
        @media (min-width: 992px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.35rem; } }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem2 > .list2 {
          padding-left: 2rem;
          list-style: none; }
          @media (min-width: 768px) {
            .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem2 > .list2 {
              padding-left: 4rem; } }
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem2 > .list2 > .listItem3 {
            margin-bottom: 0.2rem;
            font-size: 1rem;
            font-size: 1rem; }
            @media (min-width: 768px) {
              .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem2 > .list2 > .listItem3 {
                font-size: 1.15rem; } }
            @media (min-width: 992px) {
              .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem2 > .list2 > .listItem3 {
                font-size: 1.35rem; } }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem2 > .list2 li::before {
          content: "\2022";
          color: black;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
  .promotionImageLanding > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionImageLanding > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionImageLanding .promotionRedeem {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
    .promotionImageLanding .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionImageLanding .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionImageLanding .promotionRedeem .btnWeb {
      background-color: #0033CC !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

@charset "UTF-8";
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.trueWalletGift {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .trueWalletGift {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .trueWalletGift {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .trueWalletGift {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .trueWalletGift {
      padding-bottom: 19rem !important; } }

.promotionTrueWalletGift {
  font-family: "Kanit";
  margin-left: 0rem !important;
  margin-right: 0rem !important;
  background-color: white; }
  .promotionTrueWalletGift > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionTrueWalletGift > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionTrueWalletGift > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionTrueWalletGift > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionTrueWalletGift > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionTrueWalletGift > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionTrueWalletGift > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionTrueWalletGift > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionTrueWalletGift > .promotionHeader > .promotionTitle > .highlight {
        color: #0033CC; }
      .promotionTrueWalletGift > .promotionHeader > .promotionTitle > .highlight2 {
        color: red; }
    .promotionTrueWalletGift > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionTrueWalletGift > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionTrueWalletGift > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionTrueWalletGift > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionTrueWalletGift > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionTrueWalletGift > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionTrueWalletGift > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionTrueWalletGift > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .title > .text {
        background-color: yellow; }
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .title > .text > .highlight {
          color: red; }
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .title > .text > .highlight2 {
          color: #0033CC; }
      @media (min-width: 576px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 1rem;
        font-size: 1rem; }
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem > .highlight {
          color: red; }
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem > .text .bold {
          font-weight: bold; }
        @media (min-width: 768px) {
          .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.15rem; } }
        @media (min-width: 992px) {
          .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.35rem; } }
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 {
          padding-left: 2rem;
          list-style: none; }
          @media (min-width: 768px) {
            .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 {
              padding-left: 4rem; } }
          .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
            margin-bottom: 0.2rem;
            font-size: 1rem;
            font-size: 1rem; }
            @media (min-width: 768px) {
              .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
                font-size: 1.15rem; } }
            @media (min-width: 992px) {
              .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
                font-size: 1.35rem; } }
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 li::before {
          content: "\2022";
          color: black;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }
      .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem2 {
        margin-bottom: 0.2rem;
        font-size: 1rem; }
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem2 > .highlight {
          color: red; }
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font {
          font-weight: bold; }
        @media (min-width: 768px) {
          .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.3rem; } }
        @media (min-width: 992px) {
          .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.5rem; } }
    .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionTrueWalletGift > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
  .promotionTrueWalletGift > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionTrueWalletGift > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionTrueWalletGift > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionTrueWalletGift > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionTrueWalletGift > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionTrueWalletGift .promotionRedeem {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
    .promotionTrueWalletGift .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionTrueWalletGift .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionTrueWalletGift .promotionRedeem .btnWeb {
      background-color: #0033CC !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.transfterCompany {
  padding-top: 1rem;
  font-family: 'cordia new', sans-serif; }
  .transfterCompany > .header {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 36px; }
    @media (min-width: 768px) {
      .transfterCompany > .header {
        margin-bottom: 1.5rem; } }
    .transfterCompany > .header > .title {
      font-family: "Kanit";
      font-weight: bold;
      padding: .5rem 0;
      margin-bottom: 0.5rem;
      border-bottom: 1px solid; }
      @media (min-width: 768px) {
        .transfterCompany > .header > .title {
          padding: 1rem 0;
          margin-bottom: 1rem; } }
    .transfterCompany > .header > .text {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold;
      margin-bottom: 0.5rem; }
      @media (min-width: 576px) {
        .transfterCompany > .header > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .transfterCompany > .header > .text {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .transfterCompany > .header > .text {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .transfterCompany > .header > .text {
          font-size: 1.3rem;
          line-height: 1.6; } }
    .transfterCompany > .header > .description {
      font-size: 1.1rem;
      line-height: 1.6;
      margin-left: 1rem;
      margin-bottom: 1rem; }
      @media (min-width: 576px) {
        .transfterCompany > .header > .description {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .transfterCompany > .header > .description {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .transfterCompany > .header > .description {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .transfterCompany > .header > .description {
          font-size: 1.2rem;
          line-height: 1.6; } }
  .transfterCompany img {
    max-width: 1000px;
    width: 100%; }
  .transfterCompany .detail {
    padding: 1rem;
    text-align: center;
    font-size: 26px; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.loginForm > .loginFormInput {
  margin-bottom: 1rem; }

.loginForm > .loginFormFooter > .buttonLogin {
  display: block;
  background-color: black;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 0.5rem;
  border-radius: 0.2rem;
  color: white;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0.5rem;
  width: 100%; }
  .loginForm > .loginFormFooter > .buttonLogin > .icon {
    display: inline-block;
    height: 15px;
    margin-right: 4px; }
  .loginForm > .loginFormFooter > .buttonLogin > .text {
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 576px) {
    .loginForm > .loginFormFooter > .buttonLogin {
      font-size: 1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .loginForm > .loginFormFooter > .buttonLogin {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .loginForm > .loginFormFooter > .buttonLogin {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .loginForm > .loginFormFooter > .buttonLogin {
      font-size: 1.1rem;
      line-height: 1.6; } }

.loginForm > .capcha {
  margin-bottom: 1rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.loginWithFacebook {
  margin-bottom: 1rem; }
  .loginWithFacebook .button {
    display: block;
    background-color: #4267b2;
    border: 1px solid #4267b2;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: white;
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.6;
    width: 100%; }
    .loginWithFacebook .button > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .loginWithFacebook .button > .text {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 576px) {
      .loginWithFacebook .button {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .loginWithFacebook .button {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .loginWithFacebook .button {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .loginWithFacebook .button {
        font-size: 1.1rem;
        line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.loginPopupFrame {
  background-color: white; }
  .loginPopupFrame > .loginPopupFrameHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #FFD54C;
    margin-bottom: 1rem; }
    .loginPopupFrame > .loginPopupFrameHeader > .textHeader {
      font-size: 1.2rem; }
    .loginPopupFrame > .loginPopupFrameHeader > .closeIcon {
      cursor: pointer; }
  .loginPopupFrame > .loginPopupFrameBody {
    padding: 1rem; }
    .loginPopupFrame > .loginPopupFrameBody > .errorMessage {
      margin-bottom: 0.5rem; }
      .loginPopupFrame > .loginPopupFrameBody > .errorMessage:last-child {
        margin-bottom: 0; }
    .loginPopupFrame > .loginPopupFrameBody > .seperateLine {
      position: relative;
      padding: 0.5rem 0; }
      .loginPopupFrame > .loginPopupFrameBody > .seperateLine > .line {
        width: 100%; }
      .loginPopupFrame > .loginPopupFrameBody > .seperateLine > .text {
        font-size: 1rem;
        line-height: 1.6;
        color: gray;
        background-color: white;
        z-index: 1;
        padding: 0 1rem;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (min-width: 576px) {
          .loginPopupFrame > .loginPopupFrameBody > .seperateLine > .text {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .loginPopupFrame > .loginPopupFrameBody > .seperateLine > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .loginPopupFrame > .loginPopupFrameBody > .seperateLine > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .loginPopupFrame > .loginPopupFrameBody > .seperateLine > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }
  .loginPopupFrame > .loginPopupFrameFooter {
    display: flex;
    justify-content: space-between;
    background-color: #f2f2f2;
    padding: 0.5rem; }
    .loginPopupFrame > .loginPopupFrameFooter > .link {
      font-size: 0.8rem;
      line-height: 1.6;
      cursor: pointer;
      color: gray; }
      @media (min-width: 576px) {
        .loginPopupFrame > .loginPopupFrameFooter > .link {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .loginPopupFrame > .loginPopupFrameFooter > .link {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .loginPopupFrame > .loginPopupFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .loginPopupFrame > .loginPopupFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      .loginPopupFrame > .loginPopupFrameFooter > .link:hover {
        text-decoration: underline; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.loadingScreen {
  position: relative;
  width: 100%;
  height: 100%; }
  .loadingScreen > .loadingScreenContent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    text-align: center; }
    .loadingScreen > .loadingScreenContent > .imageLoad {
      max-width: 250px;
      max-height: 100%;
      width: 100%;
      height: auto; }
    .loadingScreen > .loadingScreenContent > .textLoad > .text {
      font-size: 2rem;
      font-weight: bold;
      color: #6A6A6A;
      display: inline-block; }
      @media (min-width: 768px) {
        .loadingScreen > .loadingScreenContent > .textLoad > .text {
          font-size: 2.5rem; } }
    .loadingScreen > .loadingScreenContent > .textLoad .lds-ellipsis {
      vertical-align: middle;
      display: inline-block;
      position: relative;
      width: 34px;
      height: 34px; }
      @media (min-width: 768px) {
        .loadingScreen > .loadingScreenContent > .textLoad .lds-ellipsis {
          width: 64px;
          height: 64px;
          margin-left: 0.5rem; } }
    .loadingScreen > .loadingScreenContent > .textLoad .lds-ellipsis div {
      position: absolute;
      top: 17px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #6A6A6A;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }
      @media (min-width: 768px) {
        .loadingScreen > .loadingScreenContent > .textLoad .lds-ellipsis div {
          top: 27px;
          width: 11px;
          height: 11px; } }
    .loadingScreen > .loadingScreenContent > .textLoad .lds-ellipsis div:nth-child(1) {
      left: 4px;
      animation: lds-ellipsis1 0.6s infinite; }
      @media (min-width: 768px) {
        .loadingScreen > .loadingScreenContent > .textLoad .lds-ellipsis div:nth-child(1) {
          left: 6px; } }
    .loadingScreen > .loadingScreenContent > .textLoad .lds-ellipsis div:nth-child(2) {
      left: 4px;
      animation: lds-ellipsis2 0.6s infinite; }
      @media (min-width: 768px) {
        .loadingScreen > .loadingScreenContent > .textLoad .lds-ellipsis div:nth-child(2) {
          left: 6px; } }
    .loadingScreen > .loadingScreenContent > .textLoad .lds-ellipsis div:nth-child(3) {
      left: 22px;
      animation: lds-ellipsis2 0.6s infinite; }
      @media (min-width: 768px) {
        .loadingScreen > .loadingScreenContent > .textLoad .lds-ellipsis div:nth-child(3) {
          left: 26px; } }
    .loadingScreen > .loadingScreenContent > .textLoad .lds-ellipsis div:nth-child(4) {
      left: 39px;
      animation: lds-ellipsis3 0.6s infinite; }
      @media (min-width: 768px) {
        .loadingScreen > .loadingScreenContent > .textLoad .lds-ellipsis div:nth-child(4) {
          left: 45px; } }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.registerForm {
  margin-left: 1rem;
  margin-right: 1rem; }
  .registerForm > .registerFormBody {
    margin-bottom: 1rem; }
  .registerForm > .registerFormFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem; }
    .registerForm > .registerFormFooter > .buttonRegister {
      display: block;
      background-color: black;
      border: 1px solid transparent;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      font-size: 1rem;
      line-height: 1.6;
      padding: 0.5rem;
      width: 100%; }
      .registerForm > .registerFormFooter > .buttonRegister > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .registerForm > .registerFormFooter > .buttonRegister > .text {
        display: inline-block;
        vertical-align: middle; }
      @media (min-width: 576px) {
        .registerForm > .registerFormFooter > .buttonRegister {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .registerForm > .registerFormFooter > .buttonRegister {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .registerForm > .registerFormFooter > .buttonRegister {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .registerForm > .registerFormFooter > .buttonRegister {
          font-size: 1.1rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.registerPopupFrame {
  background-color: white; }
  .registerPopupFrame > .registerPopupFrameHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #FFD54C;
    margin-bottom: 1rem; }
    .registerPopupFrame > .registerPopupFrameHeader > .textHeader {
      font-size: 1.2rem; }
    .registerPopupFrame > .registerPopupFrameHeader > .closeIcon {
      cursor: pointer; }
  .registerPopupFrame > .registerPopupFrameBody {
    padding: 0.5rem; }
    .registerPopupFrame > .registerPopupFrameBody > .errorMessage {
      margin-bottom: 0.5rem; }
      .registerPopupFrame > .registerPopupFrameBody > .errorMessage:last-child {
        margin-bottom: 0; }
  .registerPopupFrame > .registerPopupFrameFooter {
    background-color: #f2f2f2;
    padding: 0.5rem;
    text-align: center; }
    .registerPopupFrame > .registerPopupFrameFooter > .link {
      font-size: 0.8rem;
      line-height: 1.6;
      cursor: pointer;
      color: gray; }
      @media (min-width: 576px) {
        .registerPopupFrame > .registerPopupFrameFooter > .link {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .registerPopupFrame > .registerPopupFrameFooter > .link {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .registerPopupFrame > .registerPopupFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .registerPopupFrame > .registerPopupFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      .registerPopupFrame > .registerPopupFrameFooter > .link:hover {
        text-decoration: underline; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.forgetPasswordForm {
  margin-left: 1rem;
  margin-right: 1rem; }
  .forgetPasswordForm > .forgetPasswordFormInput {
    margin-bottom: 1rem; }
  .forgetPasswordForm > .forgetPasswordFormFooter {
    margin-bottom: 1rem; }
    .forgetPasswordForm > .forgetPasswordFormFooter > .buttonForgetPassword {
      display: block;
      background-color: black;
      border: 1px solid transparent;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      font-size: 1rem;
      line-height: 1.6;
      padding: 0.5rem;
      width: 100%; }
      .forgetPasswordForm > .forgetPasswordFormFooter > .buttonForgetPassword > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .forgetPasswordForm > .forgetPasswordFormFooter > .buttonForgetPassword > .text {
        display: inline-block;
        vertical-align: middle; }
      @media (min-width: 576px) {
        .forgetPasswordForm > .forgetPasswordFormFooter > .buttonForgetPassword {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .forgetPasswordForm > .forgetPasswordFormFooter > .buttonForgetPassword {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .forgetPasswordForm > .forgetPasswordFormFooter > .buttonForgetPassword {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .forgetPasswordForm > .forgetPasswordFormFooter > .buttonForgetPassword {
          font-size: 1.1rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.forgetPasswordPopupFrame {
  background-color: white; }
  .forgetPasswordPopupFrame > .forgetPasswordPopupFrameHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #FFD54C;
    margin-bottom: 1rem; }
    .forgetPasswordPopupFrame > .forgetPasswordPopupFrameHeader > .textHeader {
      font-size: 1.2rem; }
    .forgetPasswordPopupFrame > .forgetPasswordPopupFrameHeader > .closeIcon {
      cursor: pointer; }
  .forgetPasswordPopupFrame > .forgetPasswordPopupFrameBody {
    padding: 0.5rem; }
    .forgetPasswordPopupFrame > .forgetPasswordPopupFrameBody > .errorMessage {
      margin-bottom: 0.5rem; }
      .forgetPasswordPopupFrame > .forgetPasswordPopupFrameBody > .errorMessage:last-child {
        margin-bottom: 0; }
  .forgetPasswordPopupFrame > .forgetPasswordPopupFrameFooter {
    display: flex;
    justify-content: center;
    background-color: #f2f2f2;
    padding: 0.5rem; }
    .forgetPasswordPopupFrame > .forgetPasswordPopupFrameFooter > .link {
      font-size: 0.8rem;
      line-height: 1.6;
      cursor: pointer;
      color: gray; }
      @media (min-width: 576px) {
        .forgetPasswordPopupFrame > .forgetPasswordPopupFrameFooter > .link {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .forgetPasswordPopupFrame > .forgetPasswordPopupFrameFooter > .link {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .forgetPasswordPopupFrame > .forgetPasswordPopupFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .forgetPasswordPopupFrame > .forgetPasswordPopupFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      .forgetPasswordPopupFrame > .forgetPasswordPopupFrameFooter > .link:hover {
        text-decoration: underline; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.bannerBuffet {
  margin-bottom: 0rem;
  bottom: 0;
  width: 100%;
  background-color: #ffd54c;
  color: black;
  left: 0;
  bottom: 0;
  width: 100%; }
  .bannerBuffet .icon {
    padding-top: 1rem;
    max-width: 600px;
    width: 100%; }
  .bannerBuffet .blockContainer {
    padding-top: 2rem; }
    .bannerBuffet .blockContainer .header {
      font-size: 50px;
      font-weight: bold; }
    .bannerBuffet .blockContainer .subHeader {
      font-size: 30px; }
    .bannerBuffet .blockContainer .subContainer {
      font-size: 20px; }
      .bannerBuffet .blockContainer .subContainer a {
        text-decoration: underline;
        font-weight: bold; }
    .bannerBuffet .blockContainer .download {
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .bannerBuffet .blockContainer .download img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto; }
    @media (max-width: 767px) {
      .bannerBuffet .blockContainer .header {
        font-size: 20px; }
      .bannerBuffet .blockContainer .subHeader {
        font-size: 12px; }
      .bannerBuffet .blockContainer .subContainer {
        font-size: 10px; } }
  @media (max-width: 767px) {
    .bannerBuffet .blockContainer {
      padding-top: 0rem; } }
  .bannerBuffet .footerMenu {
    width: 100%;
    height: 100%; }
    .bannerBuffet .footerMenu > .menuList {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      padding-left: 0;
      margin-bottom: 1rem;
      font-size: 0.8rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .bannerBuffet .footerMenu > .menuList {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .bannerBuffet .footerMenu > .menuList {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .bannerBuffet .footerMenu > .menuList {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .bannerBuffet .footerMenu > .menuList {
          font-size: 1rem;
          line-height: 1.6; } }
      .bannerBuffet .footerMenu > .menuList > .item {
        padding: 0 0.1rem;
        list-style: none;
        align-self: center; }
        @media (min-width: 768px) {
          .bannerBuffet .footerMenu > .menuList > .item {
            margin-right: 0.5rem; } }
        @media (min-width: 992px) {
          .bannerBuffet .footerMenu > .menuList > .item {
            margin-right: 1rem; } }
        .bannerBuffet .footerMenu > .menuList > .item:last-of-type {
          margin-right: 0; }
        .bannerBuffet .footerMenu > .menuList > .item > .link {
          text-align: center;
          color: white !important; }
  .bannerBuffet .supportInfo {
    margin-bottom: 0;
    font-size: 0.8rem;
    line-height: 1.7; }
    @media (min-width: 576px) {
      .bannerBuffet .supportInfo {
        font-size: 0.8rem;
        line-height: 1.7; } }
    @media (min-width: 768px) {
      .bannerBuffet .supportInfo {
        font-size: 0.85rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .bannerBuffet .supportInfo {
        font-size: 0.9rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .bannerBuffet .supportInfo {
        font-size: 0.9rem;
        line-height: 1.6; } }
    .bannerBuffet .supportInfo > .text {
      text-align: center; }
      @media (min-width: 768px) {
        .bannerBuffet .supportInfo > .text {
          text-align: right; } }

@media (max-width: 767px) {
  .bannerBuffet {
    margin-bottom: 1.6rem; } }

.logo-etc {
  margin-bottom: 1rem;
  text-align: right; }

.logo-etc img {
  max-width: 100px !important;
  max-height: 100px !important; }

@media (max-width: 767px) {
  .logo-etc {
    margin-bottom: 1rem;
    text-align: center !important; } }

.fontFooter {
  font-size: 0.9rem; }

.marginFooter {
  margin-top: 0rem; }

@media (max-width: 767px) {
  .fontFooter {
    font-size: 0.8rem; }
  .marginFooter {
    margin-top: 1rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.footer {
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }
  .footer .footerMenu {
    width: 100%;
    height: 100%; }
    .footer .footerMenu > .menuList {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      padding-left: 0;
      margin-bottom: 1rem;
      font-size: 0.8rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .footer .footerMenu > .menuList {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .footer .footerMenu > .menuList {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .footer .footerMenu > .menuList {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .footer .footerMenu > .menuList {
          font-size: 1rem;
          line-height: 1.6; } }
      .footer .footerMenu > .menuList > .item {
        padding: 0 0.1rem;
        list-style: none;
        align-self: center; }
        @media (min-width: 768px) {
          .footer .footerMenu > .menuList > .item {
            margin-right: 0.5rem; } }
        @media (min-width: 992px) {
          .footer .footerMenu > .menuList > .item {
            margin-right: 1rem; } }
        .footer .footerMenu > .menuList > .item:last-of-type {
          margin-right: 0; }
        .footer .footerMenu > .menuList > .item > .link {
          text-align: center;
          color: white !important; }
  .footer .supportInfo {
    margin-bottom: 0;
    font-size: 0.8rem;
    line-height: 1.7; }
    @media (min-width: 576px) {
      .footer .supportInfo {
        font-size: 0.8rem;
        line-height: 1.7; } }
    @media (min-width: 768px) {
      .footer .supportInfo {
        font-size: 0.85rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .footer .supportInfo {
        font-size: 0.9rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .footer .supportInfo {
        font-size: 0.9rem;
        line-height: 1.6; } }
    .footer .supportInfo > .text {
      text-align: center; }
      @media (min-width: 768px) {
        .footer .supportInfo > .text {
          text-align: right; } }

.logo-etc {
  margin-bottom: 1rem;
  text-align: right; }

.logo-etc img {
  max-width: 100px !important;
  max-height: 100px !important; }

@media (max-width: 767px) {
  .logo-etc {
    margin-bottom: 1rem;
    text-align: center !important; } }

.fontFooter {
  font-size: 0.9rem; }

.marginFooter {
  margin-top: 0rem; }

@media (max-width: 767px) {
  .fontFooter {
    font-size: 0.8rem; }
  .marginFooter {
    margin-top: 1rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.goToTop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
  text-align: right; }
  .goToTop > .icon {
    cursor: pointer;
    height: 50px;
    background-color: #FFD54C;
    border-radius: 50%;
    margin: 0.3rem; }
    @media (min-width: 768px) {
      .goToTop > .icon {
        margin: 0.5rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.navMainPc {
  font-family: "Kanit";
  padding: 1rem 0;
  background-color: #FFD54C;
  display: none; }
  @media (min-width: 992px) {
    .navMainPc {
      display: block; } }
  .navMainPc .navMainPcItem {
    display: flex; }
    .navMainPc .navMainPcItem > .ookbeeLogo {
      cursor: pointer;
      padding: 0; }
      .navMainPc .navMainPcItem > .ookbeeLogo > .image {
        height: 60px; }
    .navMainPc .navMainPcItem > .link {
      display: block;
      background-color: #FFD54C;
      border: 1px solid black;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: black;
      width: auto;
      display: flex;
      align-items: center;
      margin-right: 0.5rem; }
      .navMainPc .navMainPcItem > .link > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .navMainPc .navMainPcItem > .link > .text {
        display: inline-block;
        vertical-align: middle; }
      .navMainPc .navMainPcItem > .link:last-of-type {
        margin-right: 0; }
      .navMainPc .navMainPcItem > .link:hover {
        text-decoration: none; }
      .navMainPc .navMainPcItem > .link > .icon {
        height: 15px;
        margin-right: 0.3rem; }
      .navMainPc .navMainPcItem > .link > .text {
        display: none;
        margin-right: 0.3rem !important; }
        @media (min-width: 768px) {
          .navMainPc .navMainPcItem > .link > .text {
            display: block; } }
        .navMainPc .navMainPcItem > .link > .text:last-of-type {
          margin-right: 0 !important; }
    .navMainPc .navMainPcItem > .links {
      display: block;
      background-color: black;
      border: 1px solid black;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      width: auto;
      display: flex;
      align-items: center;
      margin-right: 0.5rem; }
      .navMainPc .navMainPcItem > .links > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .navMainPc .navMainPcItem > .links > .text {
        display: inline-block;
        vertical-align: middle; }
      .navMainPc .navMainPcItem > .links:last-of-type {
        margin-right: 0; }
      .navMainPc .navMainPcItem > .links:hover {
        text-decoration: none; }
      .navMainPc .navMainPcItem > .links > .icon {
        height: 15px;
        margin-right: 0.3rem; }
      .navMainPc .navMainPcItem > .links > .text {
        display: none;
        margin-right: 0.3rem !important; }
        @media (min-width: 768px) {
          .navMainPc .navMainPcItem > .links > .text {
            display: block; } }
        .navMainPc .navMainPcItem > .links > .text:last-of-type {
          margin-right: 0 !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.navSearchBox {
  width: 100%;
  padding: 0;
  margin: 0; }
  .navSearchBox > .searchInputCol {
    flex: 1;
    padding: 0; }
    .navSearchBox > .searchInputCol .easy-autocomplete {
      height: 40px; }
      .navSearchBox > .searchInputCol .easy-autocomplete input {
        font-style: normal; }
    .navSearchBox > .searchInputCol .easy-autocomplete-container ul {
      position: relative;
      z-index: 100;
      list-style: none;
      padding-left: 0; }
      .navSearchBox > .searchInputCol .easy-autocomplete-container ul li {
        cursor: pointer; }
        .navSearchBox > .searchInputCol .easy-autocomplete-container ul li:first-child {
          padding-top: 12px; }
        .navSearchBox > .searchInputCol .easy-autocomplete-container ul li:last-child {
          padding-bottom: 12px; }
        .navSearchBox > .searchInputCol .easy-autocomplete-container ul li i {
          font-size: 14px; }
        .navSearchBox > .searchInputCol .easy-autocomplete-container ul li .eac-item {
          display: flex;
          align-items: flex-start; }
        .navSearchBox > .searchInputCol .easy-autocomplete-container ul li .search-item-detail {
          padding-left: 16px;
          font-size: 14px; }
          .navSearchBox > .searchInputCol .easy-autocomplete-container ul li .search-item-detail .eac-item-subtitle {
            font-size: 12px;
            color: lightgray; }
    .navSearchBox > .searchInputCol .searchInput {
      font-size: 0.8rem;
      line-height: 1.7;
      border: 1px solid #363636;
      padding: 0.3rem;
      text-align: left;
      border-radius: 0.2rem;
      width: 100%;
      height: 100%;
      border-radius: 0;
      border-right-style: dotted;
      border: 1px solid #363636; }
      @media (min-width: 576px) {
        .navSearchBox > .searchInputCol .searchInput {
          font-size: 0.8rem;
          line-height: 1.7; } }
      @media (min-width: 768px) {
        .navSearchBox > .searchInputCol .searchInput {
          font-size: 0.85rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .navSearchBox > .searchInputCol .searchInput {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .navSearchBox > .searchInputCol .searchInput {
          font-size: 0.9rem;
          line-height: 1.6; } }
      .navSearchBox > .searchInputCol .searchInput:focus {
        outline: none; }
  .navSearchBox > .searchTypeMenuCol {
    cursor: pointer;
    padding: 0;
    width: max-content;
    width: -webkit-max-content;
    width: -moz-max-content; }
    .navSearchBox > .searchTypeMenuCol .searchTypeMenu {
      background-color: white;
      border: 1px solid;
      border-left: 0; }
  .navSearchBox > .buttonSearch {
    display: block;
    background-color: black;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: white;
    border-radius: 0;
    padding: 0 1rem;
    position: relative; }
    .navSearchBox > .buttonSearch > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .navSearchBox > .buttonSearch > .text {
      display: inline-block;
      vertical-align: middle; }
    .navSearchBox > .buttonSearch > .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-right: 0;
      height: 13px; }
      @media (min-width: 576px) {
        .navSearchBox > .buttonSearch > .icon {
          height: 15px; } }
      @media (min-width: 768px) {
        .navSearchBox > .buttonSearch > .icon {
          height: 17px; } }
      @media (min-width: 992px) {
        .navSearchBox > .buttonSearch > .icon {
          height: 19px; } }

@charset "UTF-8";
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */
.easy-autocomplete.eac-square input {
  border: 1px solid #7f8c8d;
  border-radius: 0;
  color: #7f8c8d;
  font-family: inherit;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 12px 43px 12px 15px; }

.easy-autocomplete.eac-square ul {
  border-color: #212121;
  border-top: 0;
  box-shadow: none;
  top: 0; }

.easy-autocomplete.eac-square ul li, .easy-autocomplete.eac-square ul .eac-category {
  background: #212121;
  color: #FAFAFA;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  padding: 6px 12px;
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-square ul li *, .easy-autocomplete.eac-square ul .eac-category * {
  font-weight: 300; }

.easy-autocomplete.eac-square ul li.selected, .easy-autocomplete.eac-square ul .eac-category.selected {
  background-color: #656565;
  font-weight: 300; }

.easy-autocomplete.eac-square ul li b, .easy-autocomplete.eac-square ul .eac-category b {
  font-weight: 600;
  color: #ffd464; }

.easy-autocomplete.eac-round {
  font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif; }

.easy-autocomplete.eac-round input {
  border: 2px solid #888;
  border-radius: 10px;
  color: #888;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  min-width: 300px;
  padding: 10px; }

.easy-autocomplete.eac-round input:hover, .easy-autocomplete.eac-round input:focus {
  border-color: #3079ed; }

.easy-autocomplete.eac-round ul {
  background: none;
  border-color: #888;
  border-width: 0;
  box-shadow: none;
  min-width: 300px;
  top: 20px; }

.easy-autocomplete.eac-round ul li, .easy-autocomplete.eac-round ul .eac-category {
  background: #fff;
  border-color: #3079ed;
  border-width: 0 2px;
  font-size: 14px;
  padding: 8px 12px;
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-round ul li.selected, .easy-autocomplete.eac-round ul .eac-category.selected {
  background-color: #d4e3fb; }

.easy-autocomplete.eac-round ul li:first-child, .easy-autocomplete.eac-round ul .eac-category:first-child {
  border-radius: 10px 10px 0 0;
  border-width: 2px 2px 0; }

.easy-autocomplete.eac-round ul li:last-child, .easy-autocomplete.eac-round ul .eac-category:last-child {
  border-radius: 0 0 10px 10px;
  border-width: 0 2px 2px; }

.easy-autocomplete.eac-round ul li b, .easy-autocomplete.eac-round ul .eac-category b {
  font-weight: 700; }

.easy-autocomplete.eac-funky {
  font-family: "Inconsolata", "Helvetica Neue",Helvetica,Arial,sans-serif; }

.easy-autocomplete.eac-funky input {
  background: #07ED89;
  border: 0;
  border-radius: 0;
  color: #ED076B;
  font-family: inherit;
  font-size: 18px;
  min-width: 240px;
  padding: 12px; }

.easy-autocomplete.eac-funky ul {
  background: transparent;
  border: 0; }

.easy-autocomplete.eac-funky ul li, .easy-autocomplete.eac-funky ul .eac-category {
  background: transparent;
  border: 0;
  color: #ED076B;
  font-size: 18px;
  padding: 4px 12px;
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-funky ul li.selected, .easy-autocomplete.eac-funky ul .eac-category.selected {
  color: #8907ED; }

.easy-autocomplete.eac-solid input {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  border-color: #ddd;
  color: #666;
  font-size: 13px;
  min-height: 0;
  padding: 6px 12px; }

.easy-autocomplete.eac-solid ul li, .easy-autocomplete.eac-solid ul .eac-category {
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-solid ul li.selected, .easy-autocomplete.eac-solid ul .eac-category.selected {
  background-color: #f2f2f2; }

.easy-autocomplete.eac-plate {
  font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif; }

.easy-autocomplete.eac-plate input {
  font-size: 13px;
  padding: 6px 12px; }

.easy-autocomplete.eac-plate ul {
  background: #b5b5b5;
  border-radius: 6px;
  border-width: 0;
  top: 10px; }

.easy-autocomplete.eac-plate ul li, .easy-autocomplete.eac-plate ul .eac-category {
  background: #b5b5b5;
  color: #FAFAFA;
  font-size: 12px;
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-plate ul li b, .easy-autocomplete.eac-plate ul .eac-category b {
  color: #ffd464; }

.easy-autocomplete.eac-plate ul li.selected, .easy-autocomplete.eac-plate ul .eac-category.selected {
  background: #656565; }

.easy-autocomplete.eac-plate ul li:first-child, .easy-autocomplete.eac-plate ul .eac-category:first-child {
  border-radius: 6px 6px 0 0; }

.easy-autocomplete.eac-plate ul li:last-child, .easy-autocomplete.eac-plate ul .eac-category:last-child {
  border-radius: 0 0 6px 6px; }

.easy-autocomplete.eac-plate-dark {
  font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif; }

.easy-autocomplete.eac-plate-dark input {
  font-size: 13px;
  padding: 6px 12px; }

.easy-autocomplete.eac-plate-dark ul {
  background: #212121;
  border-radius: 6px;
  border-width: 0;
  top: 10px; }

.easy-autocomplete.eac-plate-dark ul li, .easy-autocomplete.eac-plate-dark ul .eac-category {
  background: #212121;
  color: #FAFAFA;
  font-size: 12px;
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-plate-dark ul li b, .easy-autocomplete.eac-plate-dark ul .eac-category b {
  color: #ffd464; }

.easy-autocomplete.eac-plate-dark ul li.selected, .easy-autocomplete.eac-plate-dark ul .eac-category.selected {
  background: #656565; }

.easy-autocomplete.eac-plate-dark ul li:first-child, .easy-autocomplete.eac-plate-dark ul .eac-category:first-child {
  border-radius: 6px 6px 0 0; }

.easy-autocomplete.eac-plate-dark ul li:last-child, .easy-autocomplete.eac-plate-dark ul .eac-category:last-child {
  border-radius: 0 0 6px 6px; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.navHelperPc {
  display: none;
  background-color: #f7f7f7;
  color: gray; }
  @media (min-width: 992px) {
    .navHelperPc {
      display: block; } }
  .navHelperPc .helperItem {
    position: relative;
    margin: 0.2rem 0;
    border-right: 1px solid #808080; }
    .navHelperPc .helperItem:last-of-type {
      border-right: 0; }
    .navHelperPc .helperItem > .link {
      cursor: pointer;
      display: flex;
      align-items: center;
      border-bottom: 1px solid transparent; }
      .navHelperPc .helperItem > .linka:hover {
        text-decoration: none;
        border-bottom: 1px solid gray; }
      .navHelperPc .helperItem > .link > .icon {
        height: 12px;
        margin-right: 0.3rem; }
      .navHelperPc .helperItem > .link > .text {
        font-size: 0.85rem;
        line-height: 1;
        color: black;
        margin-right: 0.3rem !important; }
        .navHelperPc .helperItem > .link > .text:last-child {
          margin-right: 0 !important; }
    .navHelperPc .helperItem > .userMenuList {
      font-size: 0.8rem;
      line-height: 1.6;
      color: black;
      background-color: #f3f3f3;
      position: absolute;
      display: none;
      z-index: 2;
      right: 0px;
      transform: translate(-5%, 0%);
      padding: 0.5rem;
      width: max-content;
      min-width: 200px; }
      @media (min-width: 576px) {
        .navHelperPc .helperItem > .userMenuList {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .navHelperPc .helperItem > .userMenuList {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .navHelperPc .helperItem > .userMenuList {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .navHelperPc .helperItem > .userMenuList {
          font-size: 1rem;
          line-height: 1.6; } }
      .navHelperPc .helperItem > .userMenuList.userMenuOpen {
        display: block !important; }
      .navHelperPc .helperItem > .userMenuList > .userMenuListItem {
        cursor: pointer;
        display: block;
        width: 100%; }
        .navHelperPc .helperItem > .userMenuList > .userMenuListItem > .userMenuListItemTitle {
          display: flex;
          padding-left: 0.5rem; }
        .navHelperPc .helperItem > .userMenuList > .userMenuListItem:hover {
          background-color: lightgray; }
      .navHelperPc .helperItem > .userMenuList > .seperateLine {
        margin-top: 0.3rem;
        margin-bottom: .3rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.navMenuBarPc {
  font-family: "Kanit";
  display: none;
  padding: 1rem 0;
  background-color: black; }
  @media (min-width: 992px) {
    .navMenuBarPc {
      display: block; } }
  .navMenuBarPc.positionInitial {
    position: initial; }
  .navMenuBarPc.positionFixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 600;
    padding: 0.5rem 0; }
  .navMenuBarPc .menuBarPcItem {
    display: flex;
    padding: 0px 10px; }
    .navMenuBarPc .menuBarPcItem > .new {
      background-color: red;
      color: white;
      font-size: 11px;
      margin-left: -2.2rem;
      height: 15px;
      line-height: 15px;
      text-align: center;
      border-radius: 2rem;
      margin-top: -0.7rem; }
      .navMenuBarPc .menuBarPcItem > .new > .text {
        padding-left: 0.5rem;
        padding-right: 0.5rem; }
    .navMenuBarPc .menuBarPcItem > .link {
      margin: 0.2rem 0;
      border-bottom: 2px solid transparent; }
      .navMenuBarPc .menuBarPcItem > .link:hover {
        text-decoration: none;
        border-bottom: 2px solid white; }
      .navMenuBarPc .menuBarPcItem > .link.underline {
        border-bottom: 2px solid #FFD54C; }
      .navMenuBarPc .menuBarPcItem > .link > .text {
        font-size: 1.2rem;
        color: white;
        line-height: 1; }
  .navMenuBarPc .pointPCItem {
    display: flex;
    position: relative;
    padding: 0px 10px; }
    .navMenuBarPc .pointPCItem > .link {
      cursor: pointer;
      margin: 0.2rem 0;
      border-bottom: 2px solid transparent; }
      .navMenuBarPc .pointPCItem > .link:hover {
        text-decoration: none;
        border-bottom: 2px solid white; }
      .navMenuBarPc .pointPCItem > .link.underline {
        border-bottom: 2px solid #FFD54C; }
      .navMenuBarPc .pointPCItem > .link > .text {
        font-size: 1.2rem;
        color: white;
        line-height: 1; }
    .navMenuBarPc .pointPCItem > .pointMenuList {
      font-size: 1.2rem;
      color: white;
      background-color: black;
      position: absolute;
      display: none;
      z-index: 2;
      right: -87px;
      top: 33px;
      transform: translate(-5%, 0%);
      padding: 0.5rem 0.7rem;
      width: max-content;
      min-width: 200px; }
      .navMenuBarPc .pointPCItem > .pointMenuList.pointMenuOpen {
        display: block !important; }
      .navMenuBarPc .pointPCItem > .pointMenuList > .pointMenuListItem {
        cursor: pointer;
        display: block;
        width: 100%; }
        .navMenuBarPc .pointPCItem > .pointMenuList > .pointMenuListItem > .pointMenuListItemTitle {
          display: flex;
          padding-left: 0.5rem; }
        .navMenuBarPc .pointPCItem > .pointMenuList > .pointMenuListItem:hover {
          background-color: gray; }
      .navMenuBarPc .pointPCItem > .pointMenuList > .seperateLine {
        margin-top: 0.3rem;
        margin-bottom: .3rem;
        border-color: white; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.navMainMobile {
  font-family: "Kanit";
  padding: 0.5rem 0;
  background-color: #FFD54C;
  display: block; }
  @media (min-width: 992px) {
    .navMainMobile {
      display: none; } }
  .navMainMobile .navMainMobileItem {
    display: flex; }
    .navMainMobile .navMainMobileItem > .ookbeeLogo {
      cursor: pointer;
      padding: 0; }
      .navMainMobile .navMainMobileItem > .ookbeeLogo > .image {
        height: 60px; }
    .navMainMobile .navMainMobileItem > .link {
      display: block;
      background-color: #FFD54C;
      border: 1px solid black;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: black;
      cursor: pointer;
      width: fit-content;
      height: 100%;
      display: flex;
      align-items: flex-end;
      margin-right: 0.5rem; }
      .navMainMobile .navMainMobileItem > .link > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .navMainMobile .navMainMobileItem > .link > .text {
        display: inline-block;
        vertical-align: middle; }
      .navMainMobile .navMainMobileItem > .link:last-of-type {
        margin-right: 0; }
      .navMainMobile .navMainMobileItem > .link:hover {
        text-decoration: none; }
      .navMainMobile .navMainMobileItem > .link > .icon {
        height: 15px;
        margin-right: 0.2rem; }
        @media (min-width: 768px) {
          .navMainMobile .navMainMobileItem > .link > .icon {
            height: 20px; } }
        .navMainMobile .navMainMobileItem > .link > .icon:last-child {
          margin-right: 0; }
      .navMainMobile .navMainMobileItem > .link > .text {
        font-size: 0.8rem;
        line-height: 1.7;
        line-height: 1 !important;
        margin-right: 0.2rem; }
        @media (min-width: 576px) {
          .navMainMobile .navMainMobileItem > .link > .text {
            font-size: 0.8rem;
            line-height: 1.7; } }
        @media (min-width: 768px) {
          .navMainMobile .navMainMobileItem > .link > .text {
            font-size: 0.85rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .navMainMobile .navMainMobileItem > .link > .text {
            font-size: 0.9rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .navMainMobile .navMainMobileItem > .link > .text {
            font-size: 0.9rem;
            line-height: 1.6; } }
        .navMainMobile .navMainMobileItem > .link > .text:last-of-type {
          margin-right: 0; }
    .navMainMobile .navMainMobileItem > .links {
      display: block;
      background-color: black;
      border: 1px solid black;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      cursor: pointer;
      width: fit-content;
      display: flex;
      align-items: flex-end;
      margin-right: 0.5rem; }
      .navMainMobile .navMainMobileItem > .links > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .navMainMobile .navMainMobileItem > .links > .text {
        display: inline-block;
        vertical-align: middle; }
      .navMainMobile .navMainMobileItem > .links:last-of-type {
        margin-right: 0; }
      .navMainMobile .navMainMobileItem > .links:hover {
        text-decoration: none; }
      .navMainMobile .navMainMobileItem > .links > .icon {
        height: 15px;
        margin-right: 0.2rem; }
        @media (min-width: 768px) {
          .navMainMobile .navMainMobileItem > .links > .icon {
            height: 20px; } }
        .navMainMobile .navMainMobileItem > .links > .icon:last-child {
          margin-right: 0; }
      .navMainMobile .navMainMobileItem > .links > .text {
        font-size: 0.8rem;
        line-height: 1.7;
        line-height: 1 !important;
        margin-right: 0.2rem; }
        @media (min-width: 576px) {
          .navMainMobile .navMainMobileItem > .links > .text {
            font-size: 0.8rem;
            line-height: 1.7; } }
        @media (min-width: 768px) {
          .navMainMobile .navMainMobileItem > .links > .text {
            font-size: 0.85rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .navMainMobile .navMainMobileItem > .links > .text {
            font-size: 0.9rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .navMainMobile .navMainMobileItem > .links > .text {
            font-size: 0.9rem;
            line-height: 1.6; } }
        .navMainMobile .navMainMobileItem > .links > .text:last-of-type {
          margin-right: 0; }
  .navMainMobile .searchBoxSmall {
    padding-top: 0.5rem; }
  .navMainMobile > .menuListContainer {
    top: 0;
    left: 0;
    z-index: 500;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5); }
    .navMainMobile > .menuListContainer.openMenu {
      display: block;
      width: 100%;
      height: 100%;
      transition: ease-in-out;
      transition-duration: 100; }
    .navMainMobile > .menuListContainer.closeMenu {
      display: none;
      width: 0;
      height: 0; }
    .navMainMobile > .menuListContainer > .menuList {
      padding: 1rem;
      color: #FFFFFF;
      background-color: black;
      max-width: 300px;
      overflow-y: scroll;
      height: 100%; }
      .navMainMobile > .menuListContainer > .menuList.openMenu {
        width: 80%; }
        @media (min-width: 576px) {
          .navMainMobile > .menuListContainer > .menuList.openMenu {
            width: 300px; } }
      .navMainMobile > .menuListContainer > .menuList.closeMenu {
        width: 0; }
      .navMainMobile > .menuListContainer > .menuList .closeMenuList {
        cursor: pointer; }
      .navMainMobile > .menuListContainer > .menuList > .userProfile {
        padding-top: .5rem;
        padding-bottom: .5rem;
        margin-bottom: .5rem;
        border-bottom: 1px solid; }
        .navMainMobile > .menuListContainer > .menuList > .userProfile > .avatarImage {
          height: 35px; }
          @media (min-width: 576px) {
            .navMainMobile > .menuListContainer > .menuList > .userProfile > .avatarImage {
              height: 40px; } }
          @media (min-width: 768px) {
            .navMainMobile > .menuListContainer > .menuList > .userProfile > .avatarImage {
              height: 45px; } }
        .navMainMobile > .menuListContainer > .menuList > .userProfile > .displayNeme {
          font-size: 1.1rem;
          line-height: 1.6; }
          @media (min-width: 576px) {
            .navMainMobile > .menuListContainer > .menuList > .userProfile > .displayNeme {
              font-size: 1.1rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .navMainMobile > .menuListContainer > .menuList > .userProfile > .displayNeme {
              font-size: 1.2rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .navMainMobile > .menuListContainer > .menuList > .userProfile > .displayNeme {
              font-size: 1.2rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .navMainMobile > .menuListContainer > .menuList > .userProfile > .displayNeme {
              font-size: 1.2rem;
              line-height: 1.6; } }
        .navMainMobile > .menuListContainer > .menuList > .userProfile > .email {
          font-size: 1rem;
          line-height: 1.6; }
          @media (min-width: 576px) {
            .navMainMobile > .menuListContainer > .menuList > .userProfile > .email {
              font-size: 1rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .navMainMobile > .menuListContainer > .menuList > .userProfile > .email {
              font-size: 1.1rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .navMainMobile > .menuListContainer > .menuList > .userProfile > .email {
              font-size: 1.1rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .navMainMobile > .menuListContainer > .menuList > .userProfile > .email {
              font-size: 1.1rem;
              line-height: 1.6; } }
      .navMainMobile > .menuListContainer > .menuList > .userLogin > .loginText {
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 576px) {
          .navMainMobile > .menuListContainer > .menuList > .userLogin > .loginText {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .navMainMobile > .menuListContainer > .menuList > .userLogin > .loginText {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .navMainMobile > .menuListContainer > .menuList > .userLogin > .loginText {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .navMainMobile > .menuListContainer > .menuList > .userLogin > .loginText {
            font-size: 1.1rem;
            line-height: 1.6; } }
      .navMainMobile > .menuListContainer > .menuList > .userLogin > .registerText {
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 576px) {
          .navMainMobile > .menuListContainer > .menuList > .userLogin > .registerText {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .navMainMobile > .menuListContainer > .menuList > .userLogin > .registerText {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .navMainMobile > .menuListContainer > .menuList > .userLogin > .registerText {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .navMainMobile > .menuListContainer > .menuList > .userLogin > .registerText {
            font-size: 1.1rem;
            line-height: 1.6; } }
      .navMainMobile > .menuListContainer > .menuList > .userLogin > .seperateCenter {
        font-size: 1rem;
        line-height: 1.6;
        margin-left: .3rem;
        margin-right: .3rem; }
        @media (min-width: 576px) {
          .navMainMobile > .menuListContainer > .menuList > .userLogin > .seperateCenter {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .navMainMobile > .menuListContainer > .menuList > .userLogin > .seperateCenter {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .navMainMobile > .menuListContainer > .menuList > .userLogin > .seperateCenter {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .navMainMobile > .menuListContainer > .menuList > .userLogin > .seperateCenter {
            font-size: 1.1rem;
            line-height: 1.6; } }
      .navMainMobile > .menuListContainer > .menuList .menuListHeader {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        padding-left: 0.5rem;
        border-left: 2px solid white;
        border-bottom: 1px solid white; }
        @media (min-width: 576px) {
          .navMainMobile > .menuListContainer > .menuList .menuListHeader {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .navMainMobile > .menuListContainer > .menuList .menuListHeader {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .navMainMobile > .menuListContainer > .menuList .menuListHeader {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .navMainMobile > .menuListContainer > .menuList .menuListHeader {
            font-size: 1.2rem;
            line-height: 1.6; } }
      .navMainMobile > .menuListContainer > .menuList .menuListItem {
        font-size: 1rem;
        line-height: 1.6;
        margin-left: 1.5rem;
        margin-bottom: 1rem; }
        @media (min-width: 576px) {
          .navMainMobile > .menuListContainer > .menuList .menuListItem {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .navMainMobile > .menuListContainer > .menuList .menuListItem {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .navMainMobile > .menuListContainer > .menuList .menuListItem {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .navMainMobile > .menuListContainer > .menuList .menuListItem {
            font-size: 1.1rem;
            line-height: 1.6; } }
        .navMainMobile > .menuListContainer > .menuList .menuListItem > .new {
          background-color: red;
          color: white;
          font-size: 11px;
          margin-left: 0.5rem;
          height: 15px;
          line-height: 15px;
          text-align: center;
          border-radius: 2rem;
          margin-top: -0.7rem;
          padding: 0px 10px;
          vertical-align: top; }
      .navMainMobile > .menuListContainer > .menuList .signOut {
        font-size: 1.1rem;
        line-height: 1.6;
        border-top: 1px solid; }
        @media (min-width: 576px) {
          .navMainMobile > .menuListContainer > .menuList .signOut {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .navMainMobile > .menuListContainer > .menuList .signOut {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .navMainMobile > .menuListContainer > .menuList .signOut {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .navMainMobile > .menuListContainer > .menuList .signOut {
            font-size: 1.2rem;
            line-height: 1.6; } }
        .navMainMobile > .menuListContainer > .menuList .signOut a {
          display: flex; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.cc-link {
  color: #253b48 !important;
  color: var(--cc-btn-primary-bg) !important;
  border-bottom: 1px solid #253b48 !important;
  border-color: var(--cc-btn-primary-bg) !important;
  display: inline !important;
  padding-bottom: 0 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  font-weight: 600 !important; }

.CookieConsent {
  align-items: baseline;
  position: fixed;
  width: auto !important;
  z-index: 1000000 !important;
  bottom: 1.25em !important;
  right: 3.25em !important;
  left: auto !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  box-shadow: 0 0.625em 1.875em #000;
  transform: scale(0.95);
  line-height: initial;
  background: #fff !important;
  padding: 1.1em 1.8em 1.4em 1.8em !important;
  color: #2b373b !important; }

#privacyPolicyModal .privacyPopupFrame {
  background-color: white;
  border-color: transparent !important; }
  #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1rem;
    background-color: #ffd54c;
    margin-bottom: 1rem; }
    #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameHeader > .textHeader {
      font-size: 1.2rem;
      text-align: center;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      padding: 1.5em 0;
      margin: 0;
      text-align: center; }
    #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameHeader > .closeIcon {
      cursor: pointer; }
  #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameBody {
    padding: 1rem; }
    #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameBody > .errorMessage {
      margin-bottom: 0.5rem; }
      #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameBody > .errorMessage:last-child {
        margin-bottom: 0; }
    #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameBody > .seperateLine {
      position: relative;
      padding: 0.5rem 0; }
      #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameBody > .seperateLine > .line {
        width: 100%; }
      #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameBody > .seperateLine > .text {
        font-size: 1rem;
        line-height: 1.6;
        color: gray;
        background-color: white;
        z-index: 1;
        padding: 0 1rem;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (min-width: 576px) {
          #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameBody > .seperateLine > .text {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameBody > .seperateLine > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameBody > .seperateLine > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameBody > .seperateLine > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }
    #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameBody .textIndent {
      text-indent: 1.5em; }
    #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameBody .link {
      color: #337ab7 !important;
      text-decoration: none !important; }
      #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameBody .link:hover {
        text-decoration: underline !important; }
  #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameFooter .padding {
    padding: 1rem;
    text-align: center; }
  #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameFooter .btnAccept {
    cursor: pointer !important;
    display: inline-block !important;
    text-align: center !important;
    border-radius: 24px !important;
    padding: 8px 32px !important;
    text-decoration: none !important;
    color: black !important;
    background: #ffd44c !important;
    width: 100% !important; }
  #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameFooter .link {
    color: #337ab7 !important;
    text-decoration: none !important; }
    #privacyPolicyModal .privacyPopupFrame > .privacyPopupFrameFooter .link:hover {
      text-decoration: underline !important; }

#privacyPolicyModal [role="document"] {
  padding: 0rem !important; }

@media (max-width: 767px) {
  #privacyPolicyModal [role="document"] {
    padding: 0.5rem !important;
    top: 34% !important;
    background-color: white !important;
    border-color: white !important; }
  #privacyPolicyModal .CookieConsent {
    right: 0rem !important; }
  #privacyPolicyModal .privacyPopupFrameBody {
    font-size: 12px !important; } }

@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  #privacyPolicyModal [role="document"] {
    padding: 0.5rem !important;
    top: 50% !important;
    background-color: white !important;
    border-color: white !important; }
  #privacyPolicyModal .CookieConsent {
    right: 3.25em !important; } }

#userDeletionModal .privacyPopupFrame {
  background-color: white;
  border-color: transparent !important; }
  #userDeletionModal .privacyPopupFrame > .privacyPopupFrameHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem 0;
    color: #ffc71e; }
    #userDeletionModal .privacyPopupFrame > .privacyPopupFrameHeader > .textHeader {
      font-size: 1.2rem;
      text-align: center;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      padding: 1.5em 0;
      margin: 0;
      text-align: center; }
    #userDeletionModal .privacyPopupFrame > .privacyPopupFrameHeader > .closeIcon {
      cursor: pointer; }
  #userDeletionModal .privacyPopupFrame > .privacyPopupFrameBody {
    padding: 1rem; }
    #userDeletionModal .privacyPopupFrame > .privacyPopupFrameBody > .errorMessage {
      margin-bottom: 0.5rem; }
      #userDeletionModal .privacyPopupFrame > .privacyPopupFrameBody > .errorMessage:last-child {
        margin-bottom: 0; }
    #userDeletionModal .privacyPopupFrame > .privacyPopupFrameBody .textIndent {
      font-size: 1rem;
      line-height: 1.6;
      font-weight: bold;
      text-align: center; }
      @media (min-width: 576px) {
        #userDeletionModal .privacyPopupFrame > .privacyPopupFrameBody .textIndent {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        #userDeletionModal .privacyPopupFrame > .privacyPopupFrameBody .textIndent {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        #userDeletionModal .privacyPopupFrame > .privacyPopupFrameBody .textIndent {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        #userDeletionModal .privacyPopupFrame > .privacyPopupFrameBody .textIndent {
          font-size: 1.1rem;
          line-height: 1.6; } }
    #userDeletionModal .privacyPopupFrame > .privacyPopupFrameBody .link {
      color: #337ab7 !important;
      text-decoration: none !important; }
      #userDeletionModal .privacyPopupFrame > .privacyPopupFrameBody .link:hover {
        text-decoration: underline !important; }
  #userDeletionModal .privacyPopupFrame > .privacyPopupFrameFooter {
    display: flex;
    justify-content: space-between; }
    #userDeletionModal .privacyPopupFrame > .privacyPopupFrameFooter .padding {
      padding: 1rem;
      text-align: center; }
      #userDeletionModal .privacyPopupFrame > .privacyPopupFrameFooter .padding .btnAccept {
        cursor: pointer !important;
        display: inline-block !important;
        text-align: center !important;
        padding: 8px 32px !important;
        text-decoration: none !important;
        color: black !important;
        background: #ffd44c !important;
        font-weight: bold; }

#pinto-sticky-toast {
  background: #FFF4F4;
  border: 1px solid #E84342;
  padding: 12px;
  word-break: break-word; }
  #pinto-sticky-toast #pinto-sticky-toast__logo {
    width: 40px;
    height: 40px;
    margin: 0 8px; }
  #pinto-sticky-toast #pinto-sticky-toast__title {
    font-family: "Kanit";
    font-weight: bolder;
    font-size: 1rem; }
  #pinto-sticky-toast #pinto-sticky-toast__message {
    font-size: 1rem; }
  #pinto-sticky-toast > .container {
    display: flex; }
  #pinto-sticky-toast #pinto-sticky-toast__content {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.grecaptcha-badge {
  visibility: hidden; }

@media (max-width: 767.98px) {
  #pinto-sticky-toast {
    margin: 12px;
    border-radius: 6px; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

/** Light color-scheme **/
:root {
  --cc-bg: #fff;
  --cc-text: #2d4156;
  --cc-btn-primary-bg: #2d4156;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #1d2e38;
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgba(4, 6, 8, .85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0; }

/** Dark color-scheme **/
.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0; }

.cc_div *,
.cc_div :before,
.cc_div :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  transition: none;
  animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset; }

.cc_div {
  font-size: 16px;
  font-weight: 400;
  font-family: "Kanit" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2d4156;
  color: var(--cc-text); }

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
  font-weight: 600; }

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
  border-radius: .35em; }

#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.cc_div input,
.cc_div button,
.cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.cc_div a {
  border-bottom: 1px solid; }

.cc_div a:hover {
  text-decoration: none;
  border-color: transparent; }

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important; }

.c--anim .c-bn {
  transition: background-color 0.25s ease !important; }

/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important; }

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important; }

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  transform: translateX(100%);
  opacity: 1; }

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  transform: translateX(-100%);
  opacity: 1; }

#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em); }

#cm.top.slide {
  transform: translateY(-1.6em); }

#cm.bar.slide {
  transform: translateY(100%); }

#cm.bar.top.slide {
  transform: translateY(-100%); }

/* end transitions */
/* Show modals */
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important; }

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%); }

.show--settings .c--anim #s-cnt {
  visibility: visible !important; }

/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important; }

#cm {
  font-family: inherit;
  padding: 1.1em 1.8em 1.4em 1.8em;
  position: fixed;
  z-index: 1;
  background: #fff;
  background: var(--cc-bg);
  max-width: 24.2em;
  width: 100%;
  bottom: 1.250em;
  right: 1.250em;
  box-shadow: 0 0.625em 1.875em #000000;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  line-height: initial; }

/** fix https://github.com/orestbida/cookieconsent/issues/94 **/
#cc_div #cm {
  display: block !important; }

#c-ttl {
  margin-bottom: .7em;
  font-size: 1.05em; }

.cloud #c-ttl {
  margin-top: -.15em; }

#c-txt {
  font-size: 0.9em;
  line-height: 1.5em; }

.cc_div #c-bns {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4em; }

.cc_div .c-bn {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
  padding: 1em 1.7em;
  display: inline-block;
  cursor: pointer;
  font-size: 0.82em;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: 4px;
  flex: 1; }

#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
  float: right;
  margin-left: 1em; }

#s-cnt #s-rall-bn {
  float: none; }

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg); }

/**
CookieConsent settings modal
**/
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden; }

#s-bl {
  outline: none; }

#s-bl .title {
  margin-top: 1.4em; }

#s-bl .title:first-child {
  margin-top: 0; }

#s-bl .b-bn {
  margin-top: 0; }

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em; }

#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: .95em;
  width: 100%;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: none;
  transition: background-color .25s ease; }

#s-cnt .b-bn .b-tl.exp {
  cursor: pointer; }

#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover); }

#s-bl .b-bn {
  position: relative; }

#s-bl .c-bl {
  padding: 1em;
  margin-bottom: .5em;
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  transition: background-color .25s ease; }

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg); }

#s-bl .c-bl:last-child {
  margin-bottom: .5em; }

#s-bl .c-bl:first-child {
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em; }

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset; }

#s-bl .c-bl.b-ex {
  padding: 0;
  border: none;
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  transition: none; }

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em; }

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0; }

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em; }

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: .5em; }

#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none; }

#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden; }

#s-cnt .p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: .85em;
  color: #2d4156;
  color: var(--cc-block-text); }

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed; }

#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%; }

#s-inr {
  height: 100%;
  position: relative;
  max-width: 45em;
  margin: 0 auto;
  transform: scale(0.96);
  opacity: 0;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px; }

#s-inr,
#s-hdr,
#s-bns {
  background: #fff;
  background: var(--cc-bg); }

#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.3em 2.1em;
  display: block;
  width: 100%; }

#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 2.1em;
  border-top: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  height: 4.75em; }

.cc_div .cc-link {
  color: #253b48;
  color: var(--cc-btn-primary-bg);
  border-bottom: 1px solid #253b48;
  border-color: var(--cc-btn-primary-bg);
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600; }

.cc_div .cc-link:hover,
.cc_div .cc-link:active {
  border-color: transparent; }

#c-bns button:first-child,
#s-bns button:first-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg); }

#c-bns.swap button:first-child {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg); }

#c-bns.swap button:last-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg); }

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: var(--cc-toggle-bg-on); }

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover {
  background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg); }

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg); }

#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 0 2.1em;
  height: 4.75em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid #f1f3f5;
  border-color: var(--cc-section-border); }

#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em; }

#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.45em;
  margin: 0;
  font-weight: initial;
  position: relative; }

#s-c-bnc {
  display: table-cell;
  vertical-align: middle; }

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden; }

#c_policy__text {
  height: 31.250em;
  overflow-y: auto;
  margin-top: 1.250em; }

#c-s-in {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em; }

@media screen and (min-width: 688px) {
  /** works only on webkit-based browsers **/
  #s-bl::-webkit-scrollbar {
    width: .9em;
    height: 100%;
    background: transparent;
    border-radius: 0 0.250em 0.250em 0; }
  #s-bl::-webkit-scrollbar-thumb {
    border: 0.25em solid var(--cc-bg);
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border-radius: 100em; }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover); }
  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px; } }

/** custom checkbox **/
/* The container */
.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; }

/* Hide the browser's default checkbox */
.cc_div .b-tg .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0; }

/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
  position: absolute;
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  transition: background-color .25s ease, box-shadow .25s ease;
  pointer-events: none; }

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em; }

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed; }

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly); }

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none; }

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
  content: "";
  position: relative;
  display: block;
  left: 0.125em;
  top: 0.125em;
  width: 1.25em;
  height: 1.25em;
  border: none;
  box-sizing: content-box;
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  transition: transform .25s ease;
  border-radius: 100%; }

/* Show the checkmark when checked */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.9em); }

#s-bl table,
#s-bl th,
#s-bl td {
  border: none; }

#s-bl tbody tr {
  transition: background-color .25s ease; }

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover); }

#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }

#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: .8em;
  padding-left: 1.2em; }

#s-bl th {
  font-family: inherit;
  padding: 1.2em 1.2em; }

#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-color: var(--cc-cookie-table-border); }

.force--consent #s-cnt,
.force--consent #cs {
  width: 100vw; }

#cm-ov,
#cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  display: none;
  transition: none; }

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
  display: block; }

#cs-ov {
  z-index: 2; }

.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  transition: visibility .25s linear; }

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible; }

.force--consent #cm {
  position: absolute; }

.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw; }

html.force--consent.show--consent {
  overflow-y: hidden !important; }

html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important; }

/** END BLOCK PAGE SCROLL */
/** BEGIN ICONS **/
.cc_div .b-bn .exp::before,
.cc_div .act .b-bn .exp::before {
  border: solid #2d4156;
  border-color: var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: .2em;
  display: inline-block;
  position: absolute;
  content: '';
  margin-right: 15px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  left: 1.2em;
  top: 50%; }

.cc_div .act .b-bn .b-tl::before {
  transform: translateY(-20%) rotate(225deg); }

.cc_div .on-i::before {
  border: solid #fff;
  border-color: var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: .1em;
  display: inline-block;
  padding-bottom: .45em;
  content: '';
  margin: 0 auto;
  transform: rotate(45deg);
  top: .37em;
  left: .75em;
  position: absolute; }

#s-c-bn::before,
#s-c-bn::after {
  content: '';
  position: absolute;
  left: .82em;
  top: .58em;
  height: .6em;
  width: 1.5px;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto; }

#s-c-bn::after {
  transform: rotate(-45deg); }

.cc_div .off-i,
.cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  transition: opacity .15s ease; }

.cc_div .on-i {
  left: 0;
  opacity: 0; }

.cc_div .off-i::before,
.cc_div .off-i::after {
  right: .8em;
  top: .42em;
  content: ' ';
  height: .7em;
  width: .09375em;
  display: block;
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  transform-origin: center; }

.cc_div .off-i::before {
  transform: rotate(45deg); }

.cc_div .off-i::after {
  transform: rotate(-45deg); }

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1; }

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0; }

/** END ICONS **/
#cm.box.middle,
#cm.cloud.middle {
  top: 50%;
  transform: translateY(-37%);
  bottom: auto; }

#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
  transform: scale(0.95) translateY(-50%); }

#cm.box.center {
  left: 1em;
  right: 1em;
  margin: 0 auto; }

/* Start cloud layout */
#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1em;
  right: 1em;
  overflow: hidden;
  padding: 1.3em 2em;
  width: unset; }

.cc_div .cloud #c-inr {
  display: table;
  width: 100%; }

.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em; }

.cc_div .cloud #c-txt {
  font-size: 0.85em; }

.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle; }

#cm.cloud .c-bn {
  margin: .625em 0 0 0;
  width: 100%; }

#cm.cloud .c-bn:first-child {
  margin: 0; }

#cm.cloud.left {
  margin-right: 1.25em; }

#cm.cloud.right {
  margin-left: 1.25em; }

/* End cloud layout */
/* Start bar layout */
#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em; }

#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto; }

#cm.bar #c-bns {
  max-width: 33.75em; }

#cm.bar #cs {
  padding: 0; }

.cc_div .bar #c-s-in {
  top: 0;
  transform: none;
  height: 100%;
  max-height: 100%; }

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
  padding-left: 1.6em;
  padding-right: 1.6em; }

.cc_div .bar #cs {
  padding: 0; }

/* align bar to right by default */
.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em; }

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto; }

/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block; }

/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.cc_div .bar #s-bl tr {
  border-top: 1px solid #e3e7ed;
  border-color: var(--cc-cookie-table-border); }

.cc_div .bar #s-bl td {
  /* Behave  like a "row" */
  border: none;
  position: relative;
  padding-left: 35%; }

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: #000;
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis; }

/* End bar layout */
/* Positions */
#cm.top {
  bottom: auto;
  top: 1.250em; }

#cm.left {
  right: auto;
  left: 1.250em; }

#cm.right {
  left: auto;
  right: 1.250em; }

#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0; }

#cm.bar.top {
  top: 0; }

/* end positions */
@media screen and (max-width: 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1.4em !important;
    right: 1em;
    left: 1em;
    bottom: 1em;
    display: block; }
  .force--consent #cm,
  .force--consent #cm.cloud {
    width: auto;
    max-width: 100vw; }
  #cm.top {
    top: 1em;
    bottom: auto; }
  #cm.bottom {
    bottom: 1em;
    top: auto; }
  #cm.bar.bottom {
    bottom: 0; }
  #cm.cloud .c-bn {
    font-size: .85em; }
  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em; }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%; }
  .cc_div .cloud #c-inr-i {
    padding-right: 0; }
  #cs {
    border-radius: 0;
    padding: 0; }
  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    transform: none; }
  .cc_div .b-tg {
    transform: scale(1.1);
    right: 1.1em; }
  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0; }
  #s-bns {
    height: 7.9em; }
  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.3em; }
  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.3em; }
  /** dynamic table layout **/
  #s-bl table {
    width: 100%; }
  #s-inr.bns-t {
    padding-bottom: 10.5em; }
  .bns-t #s-bns {
    height: 10.5em; }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: .9em 1.6em; }
  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em; }
  /* Force table to not be like tables anymore */
  #s-bl table,
  #s-bl thead,
  #s-bl tbody,
  #s-bl th,
  #s-bl td,
  #s-bl tr,
  #s-cnt {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border); }
  #s-bl td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 35%; }
  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis; }
  #cm .c-bn,
  .cc_div .c-bn {
    width: 100%;
    margin-right: 0; }
  #s-cnt #s-rall-bn {
    margin-left: 0; }
  .cc_div #c-bns {
    flex-direction: column; }
  #c-bns button + button,
  #s-cnt button + button {
    margin-top: 0.625em;
    margin-left: 0;
    float: unset; }
  #cm.cloud,
  #cm.box {
    left: 1em;
    right: 1em;
    width: auto; }
  #cm.cloud.right,
  #cm.cloud.left {
    margin: 0; }
  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset; }
  .cc_div .cloud #c-txt {
    font-size: .9em; }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em; } }

/* Begin IE fixes */
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em; }

.cc_div.ie .bar #c-vln {
  padding-top: 0; }

.cc_div.ie #cs {
  max-height: 37.5em;
  position: relative;
  top: 0;
  margin-top: -5.625em; }

.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%; }

.cc_div.ie #cm {
  border: 1px solid #dee6e9; }

.cc_div.ie #c-s-in {
  top: 0; }

.cc_div.ie .b-tg {
  padding-left: 1em;
  margin-bottom: 0.7em; }

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em; }

.cc_div.ie #s-bl table {
  overflow: auto; }

.cc_div.ie .b-tg .c-tg {
  display: none; }

.cc_div.ie .b-tg .c-tgl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em;
  height: auto; }

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em; }

.cc_div.ie .bar #s-bl td:before {
  display: none; }

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em; }

.cc_div.ie .bar #s-bl thead tr {
  position: relative; }

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0); }

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80); }

/** END IE FIXES **/

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

@media (max-width: 450px) {
  h1 {
    font-size: 1.3rem; }
  h2 {
    font-size: 1rem; } }

.box {
  font-family: "Kanit";
  width: 100%;
  height: 100vh;
  background-color: #163B59;
  color: #fff; }

.box-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

.btn-back {
  cursor: pointer;
  border-radius: 0 !important; }

.pic-bear {
  width: 100%;
  max-width: 25rem;
  margin: 3rem 0;
  margin-left: 1%; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.popupOverlay {
  display: none;
  z-index: 20;
  max-width: 320px;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 4rem;
  max-width: 100%; }
  .popupOverlay.open {
    display: block; }
  @media (min-width: 576px) {
    .popupOverlay {
      width: 200px; } }
  @media (min-width: 768px) {
    .popupOverlay {
      width: 400px; } }
  @media (min-width: 992px) {
    .popupOverlay {
      width: 500px; } }
  @media (max-width: 767.98px) {
    .popupOverlay {
      display: none !important; } }
  .popupOverlay > .popupCloseIcon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    padding: 0.25rem 0.4rem;
    border-radius: 50%;
    border: 1px solid;
    cursor: pointer; }
  .popupOverlay > .popupLink {
    cursor: pointer;
    width: 100%;
    display: block; }
    .popupOverlay > .popupLink > .popupImage {
      width: 100%;
      padding: 0.5rem; }
      @media (max-width: 767px) {
        .popupOverlay > .popupLink > .popupImage {
          padding: 0.5rem; } }

.popUpBookFair {
  z-index: 9999;
  max-width: 320px;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 4rem;
  /* ----------- iPad Pro ----------- */ }
  @media (max-width: 767px) {
    .popUpBookFair {
      z-index: 20;
      width: 90%;
      position: fixed;
      bottom: 0;
      right: 0;
      margin-right: 0rem;
      max-width: 100%;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  @media screen and (orientation: landscape) and (max-device-width: 767px) {
    .popUpBookFair {
      width: 280px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .popUpBookFair {
      z-index: 9999;
      width: 280px;
      position: fixed;
      bottom: 0;
      right: 0;
      margin-right: 0rem;
      max-width: 100%;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .popUpBookFair {
      z-index: 9999;
      width: 350px;
      position: fixed;
      bottom: 0;
      right: 0;
      margin-right: 0rem;
      max-width: 100%;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .popUpBookFair {
      z-index: 9999;
      width: 350px;
      position: fixed;
      bottom: 0;
      right: 0;
      margin-right: 0rem;
      max-width: 100%;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }

.popupOverlayPC {
  display: none;
  z-index: 20;
  max-width: 200px !important;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 4rem;
  max-width: 100%; }
  .popupOverlayPC.open {
    display: block; }
  @media (min-width: 576px) {
    .popupOverlayPC {
      width: 200px; } }
  @media (min-width: 768px) {
    .popupOverlayPC {
      width: 350px; } }
  @media (min-width: 992px) {
    .popupOverlayPC {
      width: 400px; } }
  .popupOverlayPC > .popupCloseIcon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    padding: 0.25rem 0.4rem;
    border-radius: 50%;
    border: 1px solid;
    cursor: pointer; }
  .popupOverlayPC > .popupLink {
    cursor: pointer;
    width: 100%;
    display: block; }
    .popupOverlayPC > .popupLink > .popupImage {
      width: 100%;
      padding: 0.5rem; }
      @media (max-width: 767px) {
        .popupOverlayPC > .popupLink > .popupImage {
          padding: 0.5rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.contentBlock {
  margin-bottom: 1.5rem; }
  .contentBlock > .blockHeader {
    font-family: "Kanit";
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .contentBlock > .blockHeader > .communityHeader {
      align-items: center;
      justify-content: space-between; }
      .contentBlock > .blockHeader > .communityHeader > .communityLogo {
        border-radius: 0.5rem;
        text-align: center; }
        .contentBlock > .blockHeader > .communityHeader > .communityLogo > .image {
          height: 62px; }
          @media (min-width: 576px) {
            .contentBlock > .blockHeader > .communityHeader > .communityLogo > .image {
              height: 64px; } }
          @media (min-width: 768px) {
            .contentBlock > .blockHeader > .communityHeader > .communityLogo > .image {
              height: 66px; } }
          @media (min-width: 992px) {
            .contentBlock > .blockHeader > .communityHeader > .communityLogo > .image {
              height: 68px; } }
          @media (min-width: 1200px) {
            .contentBlock > .blockHeader > .communityHeader > .communityLogo > .image {
              height: 70px; } }
      .contentBlock > .blockHeader > .communityHeader > .communityTitle {
        text-align: center; }
        .contentBlock > .blockHeader > .communityHeader > .communityTitle > .title {
          font-size: 1.4rem;
          line-height: 1.6;
          font-weight: bold; }
          @media (min-width: 576px) {
            .contentBlock > .blockHeader > .communityHeader > .communityTitle > .title {
              font-size: 1.4rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .contentBlock > .blockHeader > .communityHeader > .communityTitle > .title {
              font-size: 1.5rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .contentBlock > .blockHeader > .communityHeader > .communityTitle > .title {
              font-size: 1.5rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .contentBlock > .blockHeader > .communityHeader > .communityTitle > .title {
              font-size: 1.5rem;
              line-height: 1.6; } }
  .contentBlock > .blockBody {
    margin-bottom: 1rem; }
  .contentBlock > .blockFooter {
    text-align: center; }
    .contentBlock > .blockFooter > .seeMoreButton {
      display: block;
      background-color: black;
      border: 1px solid black;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      font-size: 1rem;
      line-height: 1.6;
      width: fit-content;
      margin: 0 auto;
      padding: 0.3rem 1rem; }
      .contentBlock > .blockFooter > .seeMoreButton > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .contentBlock > .blockFooter > .seeMoreButton > .text {
        display: inline-block;
        vertical-align: middle; }
      @media (min-width: 576px) {
        .contentBlock > .blockFooter > .seeMoreButton {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .contentBlock > .blockFooter > .seeMoreButton {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .contentBlock > .blockFooter > .seeMoreButton {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .contentBlock > .blockFooter > .seeMoreButton {
          font-size: 1.1rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.BarBqPlaza2022Page {
  background-color: #fed4d2;
  background-position: center center;
  box-sizing: border-box; }
  @media (min-width: 576px) {
    .BarBqPlaza2022Page {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .BarBqPlaza2022Page {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .BarBqPlaza2022Page {
      padding-bottom: 11.5rem !important; } }
  @media (max-width: 767px) {
    .BarBqPlaza2022Page {
      padding-bottom: 19rem !important; } }
  .BarBqPlaza2022Page .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px; }

.promotionBarBqPlaza2022 {
  font-family: "Kanit";
  background-color: white; }
  .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy {
    margin-bottom: 0.5rem; }
    .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
    .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy table {
      border-collapse: collapse;
      width: 100%; }
    .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy td, .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy th {
      border: 1px solid black;
      padding: 10px;
      text-align: center; }
    .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important;
      max-height: 80px !important;
      max-width: 80px !important; }
      @media (min-width: 768px) {
        .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 576px) {
        .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionBarBqPlaza2022 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
  .promotionBarBqPlaza2022 > .promotionDetail > .promotionRemark {
    margin-left: 1rem;
    font-size: 0.9rem; }
    .promotionBarBqPlaza2022 > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 768px) {
      .promotionBarBqPlaza2022 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionBarBqPlaza2022 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.BookFair2022Page {
  background-color: #fed4d2;
  background-position: center center;
  box-sizing: border-box; }
  @media (min-width: 576px) {
    .BookFair2022Page {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .BookFair2022Page {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .BookFair2022Page {
      padding-bottom: 11.5rem !important; } }
  @media (max-width: 767px) {
    .BookFair2022Page {
      padding-bottom: 19rem !important; } }
  .BookFair2022Page .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px; }

.promotionBookFair2022 {
  font-family: "Kanit";
  background-color: white; }
  .promotionBookFair2022 > .promotionDetail > .promotionPolicy {
    margin-bottom: 0.5rem; }
    .promotionBookFair2022 > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
    .promotionBookFair2022 > .promotionDetail > .promotionPolicy table {
      border-collapse: collapse;
      width: 100%; }
    .promotionBookFair2022 > .promotionDetail > .promotionPolicy td, .promotionBookFair2022 > .promotionDetail > .promotionPolicy th {
      border: 1px solid black;
      padding: 10px;
      text-align: center; }
    .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important;
      max-height: 80px !important;
      max-width: 80px !important; }
      @media (min-width: 768px) {
        .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 576px) {
        .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionBookFair2022 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
  .promotionBookFair2022 > .promotionDetail > .promotionRemark {
    margin-left: 1rem;
    font-size: 0.9rem; }
    .promotionBookFair2022 > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 768px) {
      .promotionBookFair2022 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionBookFair2022 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }

@charset "UTF-8";
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.dexPressGift {
  background-color: #fed4d2;
  background-position: center center; }
  @media (min-width: 576px) {
    .dexPressGift {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .dexPressGift {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .dexPressGift {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .dexPressGift {
      padding-bottom: 19rem !important; } }

.promotionDexPressGift {
  font-family: "Kanit";
  background-color: white; }
  .promotionDexPressGift > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionDexPressGift > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionDexPressGift > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionDexPressGift > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionDexPressGift > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionDexPressGift > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionDexPressGift > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionDexPressGift > .promotionHeader > .promotionTitle {
          font-size: 3rem; } }
      .promotionDexPressGift > .promotionHeader > .promotionTitle > .highlight {
        color: #595959; }
    .promotionDexPressGift > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 1.1rem; }
      @media (min-width: 576px) {
        .promotionDexPressGift > .promotionHeader .promotionSubTitle {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionDexPressGift > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionDexPressGift > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
      .promotionDexPressGift > .promotionHeader .promotionSubTitle > .background {
        padding: 0.5rem 0;
        background-color: darkblue; }
        .promotionDexPressGift > .promotionHeader .promotionSubTitle > .background > .highlight {
          color: yellow; }
      .promotionDexPressGift > .promotionHeader .promotionSubTitle > .highlight {
        color: red;
        font-weight: bold; }
      .promotionDexPressGift > .promotionHeader .promotionSubTitle > .highlight2 {
        color: blue;
        font-weight: bold; }
  .promotionDexPressGift > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionDexPressGift > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionDexPressGift > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionDexPressGift > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionDexPressGift > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionDexPressGift > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionDexPressGift > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionDexPressGift > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionDexPressGift > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionDexPressGift > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionDexPressGift > .promotionDetail > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionDexPressGift > .promotionDetail > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionDexPressGift > .promotionDetail > .promotionPolicy {
    margin-bottom: 1.5rem; }
    .promotionDexPressGift > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionDexPressGift > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionDexPressGift > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionDexPressGift > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionDexPressGift > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionDexPressGift > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
    .promotionDexPressGift > .promotionDetail > .promotionPolicy table {
      border-collapse: collapse;
      width: 100%; }
    .promotionDexPressGift > .promotionDetail > .promotionPolicy td, .promotionDexPressGift > .promotionDetail > .promotionPolicy th {
      border: 1px solid black;
      padding: 10px;
      text-align: center; }
    .promotionDexPressGift > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionDexPressGift > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionDexPressGift > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionDexPressGift > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionDexPressGift > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important;
      max-height: 80px !important;
      max-width: 80px !important; }
      @media (min-width: 768px) {
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionDexPressGift > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionDexPressGift > .promotionDetail > .promotionPolicy > .title {
      font-size: 1.3rem;
      font-size: 18px; }
      .promotionDexPressGift > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      .promotionDexPressGift > .promotionDetail > .promotionPolicy > .title > .bold {
        font-weight: bold; }
      .promotionDexPressGift > .promotionDetail > .promotionPolicy > .title > .underLine {
        text-decoration: underline; }
      @media (min-width: 768px) {
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 992px) {
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
    .promotionDexPressGift > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .list {
          padding-left: 2rem; } }
      .promotionDexPressGift > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .list > .listItem > .highlight {
          color: red; }
        @media (min-width: 576px) {
          .promotionDexPressGift > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1rem; } }
        @media (min-width: 768px) {
          .promotionDexPressGift > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1rem; } }
        @media (min-width: 992px) {
          .promotionDexPressGift > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 {
          padding-left: 2rem;
          list-style: none; }
          @media (min-width: 768px) {
            .promotionDexPressGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 {
              padding-left: 4rem; } }
          .promotionDexPressGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
            margin-bottom: 0.2rem;
            font-size: 0.8rem; }
            @media (min-width: 576px) {
              .promotionDexPressGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
                font-size: 1.1rem; } }
            @media (min-width: 768px) {
              .promotionDexPressGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
                font-size: 1.2rem; } }
            @media (min-width: 992px) {
              .promotionDexPressGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
                font-size: 1.25rem; } }
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 li::before {
          content: "\2022";
          color: black;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }
    .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList {
      padding-left: 1.5rem;
      margin-bottom: 0.2rem; }
      .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
        font-size: 0.9rem;
        font-weight: bold; }
        @media (min-width: 576px) {
          .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
            font-size: 1rem; } }
        @media (min-width: 768px) {
          .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
            font-size: 1.4rem; } }
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem > .highlight {
          color: red; }
      .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList .link {
        color: blue !important; }
      .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
        font-size: 0.8rem; }
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail > .bold {
          font-weight: bold;
          color: red; }
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail > .highlight {
          color: red; }
        @media (min-width: 576px) {
          .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
            font-size: 1.25rem; } }
      .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
        font-size: 0.65rem; }
        @media (min-width: 576px) {
          .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
            font-size: 0.7rem; } }
        @media (min-width: 768px) {
          .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
            font-size: 0.8rem; } }
        @media (min-width: 992px) {
          .promotionDexPressGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
            font-size: 0.85rem; } }
    .promotionDexPressGift > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 18px; }
      .promotionDexPressGift > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font {
        font-weight: bold; }
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .hightlight {
          color: red; }
      @media (min-width: 576px) {
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionDexPressGift > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionDexPressGift > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
  .promotionDexPressGift > .promotionDetail > .promotionRemark {
    font-size: 0.9rem; }
    .promotionDexPressGift > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 768px) {
      .promotionDexPressGift > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionDexPressGift > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
  .promotionDexPressGift .promotionRedeem {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2rem auto; }
    .promotionDexPressGift .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionDexPressGift .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionDexPressGift .promotionRedeem .btnWeb {
      background-color: #FFC000 !important;
      border: 1px solid transparent;
      cursor: pointer;
      font-weight: bold;
      text-decoration: underline;
      outline: none;
      padding: 0.7rem 3.5rem;
      border-radius: 0.2rem;
      color: blue;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.1rem;
      width: 100%; }
      @media (min-width: 768px) {
        .promotionDexPressGift .promotionRedeem .btnWeb {
          font-size: 1.2rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionDexPressGift .promotionRedeem .btnWeb {
          font-size: 1.3rem;
          width: 100%; } }
    .promotionDexPressGift .promotionRedeem .btnWeb2 {
      background-color: #008000 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 1rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 100%;
      font-size: 1.1rem; }
      @media (min-width: 768px) {
        .promotionDexPressGift .promotionRedeem .btnWeb2 {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionDexPressGift .promotionRedeem .btnWeb2 {
          font-size: 1.3rem; } }

.prizeSub {
  font-size: 0.65rem; }
  @media (min-width: 576px) {
    .prizeSub {
      font-size: 0.7rem; } }
  @media (min-width: 768px) {
    .prizeSub {
      font-size: 0.8rem; } }
  @media (min-width: 992px) {
    .prizeSub {
      font-size: 0.85rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.firstLoveRead {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .firstLoveRead {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .firstLoveRead {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .firstLoveRead {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .firstLoveRead {
      padding-bottom: 19rem !important; } }

.promotionFirstLoveRead {
  font-family: "Kanit";
  background-color: white; }
  .promotionFirstLoveRead > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionFirstLoveRead > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionFirstLoveRead > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionFirstLoveRead > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionFirstLoveRead > .promotionHeader > .promotionDate {
      margin-top: 1rem; }
      @media (max-width: 575.98px) {
        .promotionFirstLoveRead > .promotionHeader > .promotionDate {
          font-size: 0.9rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .promotionFirstLoveRead > .promotionHeader > .promotionDate {
          font-size: 1rem; } }
    .promotionFirstLoveRead > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionFirstLoveRead > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionFirstLoveRead > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionFirstLoveRead > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionFirstLoveRead > .promotionHeader > .promotionTitle > .highlight {
        color: #3333CC; }
      .promotionFirstLoveRead > .promotionHeader > .promotionTitle > .highlight2 {
        color: #FF0000; }
    .promotionFirstLoveRead > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.8rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionFirstLoveRead > .promotionHeader .promotionSubTitle {
          font-size: 0.9rem; } }
      @media (min-width: 768px) {
        .promotionFirstLoveRead > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionFirstLoveRead > .promotionHeader .promotionSubTitle {
          font-size: 1.1rem; } }
  .promotionFirstLoveRead > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionFirstLoveRead > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionFirstLoveRead > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionFirstLoveRead > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionFirstLoveRead > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionFirstLoveRead > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
    .promotionFirstLoveRead > .promotionDetail > .promotionPolicy table {
      border-collapse: collapse;
      width: 100%;
      margin-top: 1rem; }
    .promotionFirstLoveRead > .promotionDetail > .promotionPolicy td, .promotionFirstLoveRead > .promotionDetail > .promotionPolicy th {
      border: 1px solid black;
      padding: 10px;
      text-align: center; }
    .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important;
      max-height: 80px !important;
      max-width: 80px !important; }
      @media (min-width: 768px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 576px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        @media (min-width: 576px) {
          .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.25rem; } }
      .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem2 {
        margin-bottom: 0.2rem;
        font-size: 0.95rem; }
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem2 > .links {
          color: #4989bf !important; }
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem2 > .red-links {
          color: red !important;
          text-decoration: underline; }
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font {
          font-weight: bold; }
          .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font > .hightlight {
            color: red; }
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem2 > .highlight {
          color: blue; }
        @media (min-width: 576px) {
          .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 0.95rem; } }
        @media (min-width: 768px) {
          .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 0.95rem; } }
        @media (min-width: 992px) {
          .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.2rem; } }
      .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem3 {
        margin-bottom: 0.2rem;
        font-size: 0.9rem; }
        @media (min-width: 576px) {
          .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 0.9rem; } }
        @media (min-width: 768px) {
          .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 1rem; } }
        @media (min-width: 992px) {
          .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 1rem; } }
    .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 1.2rem;
      font-size: 1.4rem; }
      .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font {
        font-weight: bold; }
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .highlight {
          color: #3333CC; }
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .highlight2 {
          color: #FF0000; }
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .highlight3 {
          color: #FF3399; }
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .newIcon {
          margin-top: -1.5rem;
          max-height: 49px !important;
          max-width: 60px !important;
          max-height: 40px !important;
          max-width: 60px !important; }
          @media (min-width: 768px) {
            .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .newIcon {
              max-height: 49px !important;
              max-width: 60px !important; } }
          @media (min-width: 992px) {
            .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .newIcon {
              max-height: 49px !important;
              max-width: 60px !important; } }
      @media (min-width: 768px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.6rem; } }
      @media (min-width: 992px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.8rem; } }
      .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        background-color: yellow;
        font-weight: bold;
        font-size: 1.2rem; }
      .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .font {
        font-weight: bold; }
      .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .underline {
        text-decoration: underline;
        color: red;
        font-size: 1.4rem;
        line-height: 1.6;
        font-weight: bold; }
        @media (min-width: 576px) {
          .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .underline {
            font-size: 1.4rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .underline {
            font-size: 1.5rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .underline {
            font-size: 1.5rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .underline {
            font-size: 1.5rem;
            line-height: 1.6; } }
      @media (min-width: 576px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
    .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionNote {
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionNote {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionFirstLoveRead > .promotionDetail > .promotionPolicy > .promotionNote {
          font-size: 1rem; } }
  .promotionFirstLoveRead > .promotionDetail > .promotionRemark {
    font-size: 0.9rem; }
    .promotionFirstLoveRead > .promotionDetail > .promotionRemark > .text > .links {
      color: blue !important;
      text-decoration: underline; }
    @media (min-width: 768px) {
      .promotionFirstLoveRead > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionFirstLoveRead > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
  .promotionFirstLoveRead .promotionRedeem {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2rem auto; }
    .promotionFirstLoveRead .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionFirstLoveRead .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionFirstLoveRead .promotionRedeem .btnWeb {
      background-color: #0033CC !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 200px;
      margin-right: 1rem;
      font-size: 0.9rem;
      width: 40%; }
      @media (min-width: 576px) {
        .promotionFirstLoveRead .promotionRedeem .btnWeb {
          font-size: 1.2rem;
          width: 80%; } }
      @media (min-width: 768px) {
        .promotionFirstLoveRead .promotionRedeem .btnWeb {
          font-size: 1.5rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionFirstLoveRead .promotionRedeem .btnWeb {
          font-size: 1.5rem;
          width: 100%; } }
    .promotionFirstLoveRead .promotionRedeem .btnWeb2 {
      background-color: #FF0000 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 320px;
      font-size: 0.9rem;
      width: 80%; }
      @media (min-width: 576px) {
        .promotionFirstLoveRead .promotionRedeem .btnWeb2 {
          font-size: 1.2rem;
          width: 80%; } }
      @media (min-width: 768px) {
        .promotionFirstLoveRead .promotionRedeem .btnWeb2 {
          font-size: 1.5rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionFirstLoveRead .promotionRedeem .btnWeb2 {
          font-size: 1.5rem;
          width: 100%; } }
  .promotionFirstLoveRead .bannerGrop {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    flex-direction: column; }
    @media (min-width: 992px) {
      .promotionFirstLoveRead .bannerGrop {
        flex-direction: row; } }
    .promotionFirstLoveRead .bannerGrop .promotionBanner {
      padding-top: 1rem;
      margin-top: 1rem; }
      .promotionFirstLoveRead .bannerGrop .promotionBanner .popupLink {
        cursor: pointer;
        width: 100%; }
        .promotionFirstLoveRead .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
          width: 100%; }
          @media (min-width: 992px) {
            .promotionFirstLoveRead .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
              max-width: 430px;
              margin-right: 1.5rem; } }
        .promotionFirstLoveRead .bannerGrop .promotionBanner .popupLink .text {
          margin-top: 1rem;
          text-align: center;
          font-size: 1.2rem;
          line-height: 1.6; }
          @media (min-width: 576px) {
            .promotionFirstLoveRead .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.2rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .promotionFirstLoveRead .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .promotionFirstLoveRead .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .promotionFirstLoveRead .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }

.tbHead {
  font-size: 18px; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.halloween {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .halloween {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .halloween {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .halloween {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .halloween {
      padding-bottom: 19rem !important; } }

.promotionHalloween {
  font-family: "Kanit";
  background-color: white; }
  .promotionHalloween > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionHalloween > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionHalloween > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionHalloween > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionHalloween > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionHalloween > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionHalloween > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionHalloween > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionHalloween > .promotionHeader > .promotionTitle > .highlight {
        color: #FF6600; }
    .promotionHalloween > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionHalloween > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionHalloween > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionHalloween > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionHalloween > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionHalloween > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionHalloween > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionHalloween > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionHalloween > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionHalloween > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionHalloween > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionHalloween > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionHalloween > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionHalloween > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionHalloween > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionHalloween > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionHalloween > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionHalloween > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionHalloween > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionHalloween > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionHalloween > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionHalloween > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionHalloween > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionHalloween > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionHalloween > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionHalloween > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionHalloween > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionHalloween > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionHalloween > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 576px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionHalloween > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionHalloween > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionHalloween > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionHalloween > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        @media (min-width: 576px) {
          .promotionHalloween > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionHalloween > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionHalloween > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionHalloween > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionHalloween > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionHalloween > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionHalloween > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionHalloween > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionHalloween > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionHalloween > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
  .promotionHalloween > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionHalloween > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionHalloween > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionHalloween > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionHalloween > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionHalloween .promotionRedeem {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
    .promotionHalloween .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionHalloween .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionHalloween .promotionRedeem .btnWeb {
      background-color: #FF3300 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.newUsers {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .newUsers {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .newUsers {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .newUsers {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .newUsers {
      padding-bottom: 19rem !important; } }

.promotionNewUsers {
  font-family: "Kanit";
  background-color: white; }
  .promotionNewUsers > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionNewUsers > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionNewUsers > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionNewUsers > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionNewUsers > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionNewUsers > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionNewUsers > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionNewUsers > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionNewUsers > .promotionHeader > .promotionTitle > .highlight {
        color: red; }
    .promotionNewUsers > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionNewUsers > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionNewUsers > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionNewUsers > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionNewUsers > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionNewUsers > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionNewUsers > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionNewUsers > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionNewUsers > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionNewUsers > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionNewUsers > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionNewUsers > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionNewUsers > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionNewUsers > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionNewUsers > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionNewUsers > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionNewUsers > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionNewUsers > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionNewUsers > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionNewUsers > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionNewUsers > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionNewUsers > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionNewUsers > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionNewUsers > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionNewUsers > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionNewUsers > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionNewUsers > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionNewUsers > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionNewUsers > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: red; }
      @media (min-width: 576px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionNewUsers > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionNewUsers > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important; }
        @media (min-width: 576px) {
          .promotionNewUsers > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionNewUsers > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionNewUsers > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.25rem; } }
    .promotionNewUsers > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionNewUsers > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionNewUsers > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionNewUsers > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionNewUsers > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionNewUsers > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionNewUsers > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
  .promotionNewUsers > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionNewUsers > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionNewUsers > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionNewUsers > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionNewUsers > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionNewUsers .promotionRedeem {
    text-align: center;
    display: block;
    margin: 2rem auto; }
    .promotionNewUsers .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionNewUsers .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionNewUsers .promotionRedeem .btnWeb {
      background-color: #FF3300 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.RedeemBookFair2022Page {
  background-color: #fed4d2;
  background-position: center center;
  box-sizing: border-box; }
  @media (min-width: 576px) {
    .RedeemBookFair2022Page {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .RedeemBookFair2022Page {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .RedeemBookFair2022Page {
      padding-bottom: 11.5rem !important; } }
  @media (max-width: 767px) {
    .RedeemBookFair2022Page {
      padding-bottom: 19rem !important; } }
  .RedeemBookFair2022Page .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px; }

.promotionRedeemBookFair2022 {
  font-family: "Kanit";
  background-color: white; }
  .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy {
    margin-bottom: 0.5rem; }
    .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
    .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy table {
      border-collapse: collapse;
      width: 100%; }
    .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy td, .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy th {
      border: 1px solid black;
      padding: 10px;
      text-align: center; }
    .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important;
      max-height: 80px !important;
      max-width: 80px !important; }
      @media (min-width: 768px) {
        .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 576px) {
        .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionRedeemBookFair2022 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
  .promotionRedeemBookFair2022 > .promotionDetail > .promotionRemark {
    margin-left: 1rem;
    font-size: 0.9rem; }
    .promotionRedeemBookFair2022 > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 768px) {
      .promotionRedeemBookFair2022 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionRedeemBookFair2022 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }

@charset "UTF-8";
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.vibulkijGift {
  background-color: #fed4d2;
  background-position: center center; }
  @media (min-width: 576px) {
    .vibulkijGift {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .vibulkijGift {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .vibulkijGift {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .vibulkijGift {
      padding-bottom: 19rem !important; } }

.promotionVibulkijGift {
  font-family: "Kanit";
  background-color: white; }
  .promotionVibulkijGift > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionVibulkijGift > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionVibulkijGift > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionVibulkijGift > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionVibulkijGift > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionVibulkijGift > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionVibulkijGift > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionVibulkijGift > .promotionHeader > .promotionTitle {
          font-size: 3rem; } }
      .promotionVibulkijGift > .promotionHeader > .promotionTitle > .highlight {
        color: #595959; }
    .promotionVibulkijGift > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 1.1rem; }
      @media (min-width: 576px) {
        .promotionVibulkijGift > .promotionHeader .promotionSubTitle {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionVibulkijGift > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionVibulkijGift > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
      .promotionVibulkijGift > .promotionHeader .promotionSubTitle > .background {
        padding: 0.5rem 0;
        background-color: darkblue; }
        .promotionVibulkijGift > .promotionHeader .promotionSubTitle > .background > .highlight {
          color: yellow; }
      .promotionVibulkijGift > .promotionHeader .promotionSubTitle > .highlight {
        color: red;
        font-weight: bold; }
      .promotionVibulkijGift > .promotionHeader .promotionSubTitle > .highlight2 {
        color: blue;
        font-weight: bold; }
  .promotionVibulkijGift > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionVibulkijGift > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionVibulkijGift > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionVibulkijGift > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionVibulkijGift > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionVibulkijGift > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionVibulkijGift > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionVibulkijGift > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionVibulkijGift > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionVibulkijGift > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionVibulkijGift > .promotionDetail > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionVibulkijGift > .promotionDetail > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionVibulkijGift > .promotionDetail > .promotionPolicy {
    margin-bottom: 1.5rem; }
    .promotionVibulkijGift > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
    .promotionVibulkijGift > .promotionDetail > .promotionPolicy table {
      border-collapse: collapse;
      width: 100%; }
    .promotionVibulkijGift > .promotionDetail > .promotionPolicy td, .promotionVibulkijGift > .promotionDetail > .promotionPolicy th {
      border: 1px solid black;
      padding: 10px;
      text-align: center; }
    .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important;
      max-height: 80px !important;
      max-width: 80px !important; }
      @media (min-width: 768px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .title {
      font-size: 1.3rem;
      font-size: 18px; }
      .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .title > .bold {
        font-weight: bold; }
      .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .title > .underLine {
        text-decoration: underline; }
      @media (min-width: 768px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 992px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
    .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .list {
          padding-left: 2rem; } }
      .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .list > .listItem > .highlight {
          color: red; }
        @media (min-width: 576px) {
          .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1rem; } }
        @media (min-width: 768px) {
          .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1rem; } }
        @media (min-width: 992px) {
          .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 {
          padding-left: 2rem;
          list-style: none; }
          @media (min-width: 768px) {
            .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 {
              padding-left: 4rem; } }
          .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
            margin-bottom: 0.2rem;
            font-size: 0.8rem; }
            @media (min-width: 576px) {
              .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
                font-size: 1.1rem; } }
            @media (min-width: 768px) {
              .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
                font-size: 1.2rem; } }
            @media (min-width: 992px) {
              .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
                font-size: 1.25rem; } }
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 li::before {
          content: "\2022";
          color: black;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }
    .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList {
      padding-left: 1.5rem;
      margin-bottom: 0.2rem; }
      .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
        font-size: 0.9rem;
        font-weight: bold; }
        @media (min-width: 576px) {
          .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
            font-size: 1rem; } }
        @media (min-width: 768px) {
          .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
            font-size: 1.4rem; } }
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem > .highlight {
          color: red; }
      .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList .link {
        color: blue !important; }
      .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
        font-size: 0.8rem; }
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail > .bold {
          font-weight: bold;
          color: red; }
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail > .highlight {
          color: red; }
        @media (min-width: 576px) {
          .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
            font-size: 1.25rem; } }
      .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
        font-size: 0.65rem; }
        @media (min-width: 576px) {
          .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
            font-size: 0.7rem; } }
        @media (min-width: 768px) {
          .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
            font-size: 0.8rem; } }
        @media (min-width: 992px) {
          .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
            font-size: 0.85rem; } }
    @media (max-width: 767.98px) {
      .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .indent {
        text-indent: 10%; } }
    .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .indent > .promotionSubDescription {
      font-size: 1rem; }
      .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .indent > .promotionSubDescription > .font {
        font-weight: bold; }
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .indent > .promotionSubDescription > .font > .hightlight {
          color: red; }
      @media (min-width: 576px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .indent > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .indent > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .indent > .promotionSubDescription {
          font-size: 1.3rem; } }
      .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .indent > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.8rem; }
      .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font {
        font-weight: bold; }
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .hightlight {
          color: red; }
      @media (min-width: 576px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.3rem; } }
      .promotionVibulkijGift > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
  .promotionVibulkijGift > .promotionDetail > .promotionRemark {
    font-size: 0.9rem; }
    .promotionVibulkijGift > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 768px) {
      .promotionVibulkijGift > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionVibulkijGift > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
  .promotionVibulkijGift .promotionRedeem {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2rem auto; }
    .promotionVibulkijGift .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionVibulkijGift .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionVibulkijGift .promotionRedeem .btnWeb {
      background-color: #FFC000 !important;
      border: 1px solid transparent;
      cursor: pointer;
      font-weight: bold;
      text-decoration: underline;
      outline: none;
      padding: 0.7rem 3.5rem;
      border-radius: 0.2rem;
      color: blue;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.1rem;
      width: 100%; }
      @media (min-width: 768px) {
        .promotionVibulkijGift .promotionRedeem .btnWeb {
          font-size: 1.2rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionVibulkijGift .promotionRedeem .btnWeb {
          font-size: 1.3rem;
          width: 100%; } }
    .promotionVibulkijGift .promotionRedeem .btnWeb2 {
      background-color: #008000 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 1rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 100%;
      font-size: 1.1rem; }
      @media (min-width: 768px) {
        .promotionVibulkijGift .promotionRedeem .btnWeb2 {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionVibulkijGift .promotionRedeem .btnWeb2 {
          font-size: 1.3rem; } }

.prizeSub {
  font-size: 0.65rem; }
  @media (min-width: 576px) {
    .prizeSub {
      font-size: 0.7rem; } }
  @media (min-width: 768px) {
    .prizeSub {
      font-size: 0.8rem; } }
  @media (min-width: 992px) {
    .prizeSub {
      font-size: 0.85rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.winter {
  background-color: #D7E9F7;
  background-position: center center; }
  @media (min-width: 576px) {
    .winter {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .winter {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .winter {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .winter {
      padding-bottom: 19rem !important; } }

.promotionWinter {
  font-family: "Kanit";
  background-color: white; }
  .promotionWinter > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionWinter > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionWinter > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionWinter > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionWinter > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionWinter > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionWinter > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionWinter > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionWinter > .promotionHeader > .promotionTitle > .highlight {
        color: #0033CC; }
      .promotionWinter > .promotionHeader > .promotionTitle > .highlight2 {
        color: red; }
    .promotionWinter > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionWinter > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionWinter > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionWinter > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionWinter > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionWinter > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionWinter > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionWinter > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionWinter > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionWinter > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionWinter > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionWinter > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionWinter > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionWinter > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionWinter > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionWinter > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionWinter > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionWinter > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionWinter > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionWinter > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionWinter > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionWinter > .promotionDetail > .promotionPolicy > .title > .text {
        background-color: yellow; }
        .promotionWinter > .promotionDetail > .promotionPolicy > .title > .text > .highlight {
          color: red; }
        .promotionWinter > .promotionDetail > .promotionPolicy > .title > .text > .highlight2 {
          color: #0033CC; }
      @media (min-width: 576px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionWinter > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionWinter > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionWinter > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionWinter > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        @media (min-width: 576px) {
          .promotionWinter > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionWinter > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionWinter > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionWinter > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionWinter > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionWinter > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionWinter > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionWinter > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionWinter > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionWinter > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
  .promotionWinter > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionWinter > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionWinter > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionWinter > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionWinter > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionWinter .promotionRedeem {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
    .promotionWinter .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionWinter .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionWinter .promotionRedeem .btnWeb {
      background-color: #0033CC !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.discountCode {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .discountCode {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .discountCode {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .discountCode {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .discountCode {
      padding-bottom: 19rem !important; } }

.promotiondiscountCode {
  font-family: "Kanit";
  background-color: white; }
  .promotiondiscountCode > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotiondiscountCode > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotiondiscountCode > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotiondiscountCode > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotiondiscountCode > .promotionHeader > .promotionDate {
      margin-top: 1rem; }
      @media (max-width: 575.98px) {
        .promotiondiscountCode > .promotionHeader > .promotionDate {
          font-size: 0.9rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .promotiondiscountCode > .promotionHeader > .promotionDate {
          font-size: 1rem; } }
    .promotiondiscountCode > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotiondiscountCode > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotiondiscountCode > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotiondiscountCode > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotiondiscountCode > .promotionHeader > .promotionTitle > .highlight {
        color: gray;
        font-weight: bold; }
      .promotiondiscountCode > .promotionHeader > .promotionTitle > .highlight2 {
        color: #00BFFF;
        font-weight: bold;
        font-style: oblique; }
    .promotiondiscountCode > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: white;
      margin: 1rem 0; }
      @media (min-width: 576px) {
        .promotiondiscountCode > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotiondiscountCode > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotiondiscountCode > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
      .promotiondiscountCode > .promotionHeader .promotionSubTitle > .background {
        padding: 0.5rem 0;
        background-color: darkblue; }
        .promotiondiscountCode > .promotionHeader .promotionSubTitle > .background > .highlight {
          color: yellow; }
  .promotiondiscountCode > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotiondiscountCode > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotiondiscountCode > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotiondiscountCode > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotiondiscountCode > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotiondiscountCode > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotiondiscountCode > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotiondiscountCode > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotiondiscountCode > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotiondiscountCode > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotiondiscountCode > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotiondiscountCode > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotiondiscountCode > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotiondiscountCode > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotiondiscountCode > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotiondiscountCode > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotiondiscountCode > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
    .promotiondiscountCode > .promotionDetail > .promotionPolicy table {
      border-collapse: collapse;
      width: 100%; }
    .promotiondiscountCode > .promotionDetail > .promotionPolicy td, .promotiondiscountCode > .promotionDetail > .promotionPolicy th {
      border: 1px solid black;
      padding: 10px;
      text-align: center; }
    .promotiondiscountCode > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotiondiscountCode > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotiondiscountCode > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotiondiscountCode > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotiondiscountCode > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important;
      max-height: 80px !important;
      max-width: 80px !important; }
      @media (min-width: 768px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotiondiscountCode > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotiondiscountCode > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotiondiscountCode > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 576px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        @media (min-width: 576px) {
          .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.25rem; } }
      .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem2 {
        margin-bottom: 0.2rem;
        font-size: 0.95rem; }
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem2 > .links {
          color: #4989bf !important; }
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem2 > .red-links {
          color: red !important;
          text-decoration: underline; }
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font {
          font-weight: bold; }
          .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font > .hightlight {
            color: red; }
        @media (min-width: 576px) {
          .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 0.95rem; } }
        @media (min-width: 768px) {
          .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 0.95rem; } }
        @media (min-width: 992px) {
          .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.2rem; } }
      .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem3 {
        margin-bottom: 0.2rem;
        font-size: 0.9rem; }
        @media (min-width: 576px) {
          .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 0.9rem; } }
        @media (min-width: 768px) {
          .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 1rem; } }
        @media (min-width: 992px) {
          .promotiondiscountCode > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 1rem; } }
    .promotiondiscountCode > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 1rem;
      font-size: 1rem; }
      .promotiondiscountCode > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font {
        font-weight: bold; }
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .hightlight {
          color: red; }
      @media (min-width: 768px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.3rem; } }
      @media (min-width: 992px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.5rem; } }
      .promotiondiscountCode > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotiondiscountCode > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotiondiscountCode > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        color: red !important; }
      @media (min-width: 576px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotiondiscountCode > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
    .promotiondiscountCode > .promotionDetail > .promotionPolicy > .promotionNote {
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .promotionNote {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotiondiscountCode > .promotionDetail > .promotionPolicy > .promotionNote {
          font-size: 1rem; } }
  .promotiondiscountCode > .promotionDetail > .promotionRemark {
    font-size: 0.9rem; }
    .promotiondiscountCode > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 768px) {
      .promotiondiscountCode > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotiondiscountCode > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
  .promotiondiscountCode .promotionRedeem {
    text-align: center;
    display: block;
    margin: 2rem auto; }
    .promotiondiscountCode .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotiondiscountCode .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotiondiscountCode .promotionRedeem .btnWeb {
      background-color: #FFD54C !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
  .promotiondiscountCode .bannerGrop {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    flex-direction: column; }
    @media (min-width: 992px) {
      .promotiondiscountCode .bannerGrop {
        flex-direction: row; } }
    .promotiondiscountCode .bannerGrop .promotionBanner {
      padding-top: 1rem;
      margin-top: 1rem; }
      .promotiondiscountCode .bannerGrop .promotionBanner .popupLink {
        cursor: pointer;
        width: 100%; }
        .promotiondiscountCode .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
          width: 100%; }
          @media (min-width: 992px) {
            .promotiondiscountCode .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
              max-width: 430px;
              margin-right: 1.5rem; } }
        .promotiondiscountCode .bannerGrop .promotionBanner .popupLink .text {
          margin-top: 1rem;
          text-align: center;
          font-size: 1.2rem;
          line-height: 1.6; }
          @media (min-width: 576px) {
            .promotiondiscountCode .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.2rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .promotiondiscountCode .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .promotiondiscountCode .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .promotiondiscountCode .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }

.tbHead {
  font-size: 18px; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.redeem {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .redeem {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .redeem {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .redeem {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .redeem {
      padding-bottom: 19rem !important; } }

.promotionRedeem {
  font-family: "Kanit";
  background-color: white; }
  .promotionRedeem > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionRedeem > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionRedeem > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionRedeem > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionRedeem > .promotionHeader > .promotionDate {
      margin-top: 1rem; }
      @media (max-width: 575.98px) {
        .promotionRedeem > .promotionHeader > .promotionDate {
          font-size: 0.9rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .promotionRedeem > .promotionHeader > .promotionDate {
          font-size: 1rem; } }
    .promotionRedeem > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionRedeem > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionRedeem > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionRedeem > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionRedeem > .promotionHeader > .promotionTitle > .highlight {
        color: gray;
        font-weight: bold; }
      .promotionRedeem > .promotionHeader > .promotionTitle > .highlight2 {
        color: #00BFFF;
        font-weight: bold;
        font-style: oblique; }
    .promotionRedeem > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: white;
      margin: 1rem 0; }
      @media (min-width: 576px) {
        .promotionRedeem > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionRedeem > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionRedeem > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
      .promotionRedeem > .promotionHeader .promotionSubTitle > .background {
        padding: 0.5rem 0;
        background-color: darkblue; }
        .promotionRedeem > .promotionHeader .promotionSubTitle > .background > .highlight {
          color: yellow; }
  .promotionRedeem > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionRedeem > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionRedeem > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionRedeem > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionRedeem > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionRedeem > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionRedeem > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionRedeem > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionRedeem > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionRedeem > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionRedeem > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionRedeem > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionRedeem > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionRedeem > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionRedeem > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionRedeem > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionRedeem > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
    .promotionRedeem > .promotionDetail > .promotionPolicy table {
      border-collapse: collapse;
      width: 100%; }
    .promotionRedeem > .promotionDetail > .promotionPolicy td, .promotionRedeem > .promotionDetail > .promotionPolicy th {
      border: 1px solid black;
      padding: 10px;
      text-align: center; }
    .promotionRedeem > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionRedeem > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionRedeem > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionRedeem > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionRedeem > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important;
      max-height: 80px !important;
      max-width: 80px !important; }
      @media (min-width: 768px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionRedeem > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionRedeem > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionRedeem > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 576px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionRedeem > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        @media (min-width: 576px) {
          .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.25rem; } }
      .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem2 {
        margin-bottom: 0.2rem;
        font-size: 0.95rem; }
        .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem2 > .links {
          color: #4989bf !important; }
        .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem2 > .red-links {
          color: red !important;
          text-decoration: underline; }
        .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font {
          font-weight: bold; }
          .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font > .hightlight {
            color: red; }
        @media (min-width: 576px) {
          .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 0.95rem; } }
        @media (min-width: 768px) {
          .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 0.95rem; } }
        @media (min-width: 992px) {
          .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.2rem; } }
      .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem3 {
        margin-bottom: 0.2rem;
        font-size: 0.9rem; }
        @media (min-width: 576px) {
          .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 0.9rem; } }
        @media (min-width: 768px) {
          .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 1rem; } }
        @media (min-width: 992px) {
          .promotionRedeem > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 1rem; } }
    .promotionRedeem > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 1rem;
      font-size: 1rem; }
      .promotionRedeem > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font {
        font-weight: bold; }
        .promotionRedeem > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .hightlight {
          color: red; }
      @media (min-width: 768px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.3rem; } }
      @media (min-width: 992px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.5rem; } }
      .promotionRedeem > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionRedeem > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionRedeem > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        color: red !important; }
      @media (min-width: 576px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionRedeem > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
    .promotionRedeem > .promotionDetail > .promotionPolicy > .promotionNote {
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .promotionNote {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionRedeem > .promotionDetail > .promotionPolicy > .promotionNote {
          font-size: 1rem; } }
  .promotionRedeem > .promotionDetail > .promotionRemark {
    font-size: 0.9rem; }
    .promotionRedeem > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 768px) {
      .promotionRedeem > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionRedeem > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
  .promotionRedeem .promotionRedeem {
    text-align: center;
    display: block;
    margin: 2rem auto; }
    .promotionRedeem .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
    .promotionRedeem .promotionRedeem .btnWeb {
      background-color: #FF3300 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 200px;
      margin-right: 1rem;
      font-size: 1.1rem;
      width: 40%; }
      @media (min-width: 768px) {
        .promotionRedeem .promotionRedeem .btnWeb {
          font-size: 1.5rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionRedeem .promotionRedeem .btnWeb {
          font-size: 1.5rem;
          width: 100%; } }
    .promotionRedeem .promotionRedeem .btnWeb2 {
      background-color: #008000 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.1rem;
      width: 50%; }
      @media (min-width: 768px) {
        .promotionRedeem .promotionRedeem .btnWeb2 {
          font-size: 1.5rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionRedeem .promotionRedeem .btnWeb2 {
          font-size: 1.5rem;
          width: 100%; } }
  .promotionRedeem .bannerGrop {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    flex-direction: column; }
    @media (min-width: 992px) {
      .promotionRedeem .bannerGrop {
        flex-direction: row; } }
    .promotionRedeem .bannerGrop .promotionBanner {
      padding-top: 1rem;
      margin-top: 1rem; }
      .promotionRedeem .bannerGrop .promotionBanner .popupLink {
        cursor: pointer;
        width: 100%; }
        .promotionRedeem .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
          width: 100%; }
          @media (min-width: 992px) {
            .promotionRedeem .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
              max-width: 430px;
              margin-right: 1.5rem; } }
        .promotionRedeem .bannerGrop .promotionBanner .popupLink .text {
          margin-top: 1rem;
          text-align: center;
          font-size: 1.2rem;
          line-height: 1.6; }
          @media (min-width: 576px) {
            .promotionRedeem .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.2rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .promotionRedeem .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .promotionRedeem .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .promotionRedeem .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }

.tbHead {
  font-size: 18px; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.happyFestiveSale {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .happyFestiveSale {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .happyFestiveSale {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .happyFestiveSale {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .happyFestiveSale {
      padding-bottom: 19rem !important; } }

.promotioHappyFestiveSale {
  font-family: "Kanit";
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem; }
  .promotioHappyFestiveSale .bannerGrop {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .promotioHappyFestiveSale .bannerGrop {
        flex-direction: row; } }
    .promotioHappyFestiveSale .bannerGrop .promotionBanner {
      padding-top: 1rem;
      margin-top: 1rem; }
      .promotioHappyFestiveSale .bannerGrop .promotionBanner .popupLink {
        cursor: pointer;
        width: 100%; }
        .promotioHappyFestiveSale .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
          width: 100%; }
          @media (min-width: 992px) {
            .promotioHappyFestiveSale .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
              max-width: 330px;
              margin-right: 1rem; } }
        .promotioHappyFestiveSale .bannerGrop .promotionBanner .popupLink .text {
          margin-top: 1rem;
          text-align: center;
          font-size: 1.2rem;
          line-height: 1.6; }
          @media (min-width: 576px) {
            .promotioHappyFestiveSale .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.2rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .promotioHappyFestiveSale .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .promotioHappyFestiveSale .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .promotioHappyFestiveSale .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
  .promotioHappyFestiveSale .text {
    font-size: 1.2rem;
    line-height: 1.6; }
    @media (min-width: 576px) {
      .promotioHappyFestiveSale .text {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .promotioHappyFestiveSale .text {
        font-size: 1.3rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .promotioHappyFestiveSale .text {
        font-size: 1.3rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .promotioHappyFestiveSale .text {
        font-size: 1.3rem;
        line-height: 1.6; } }
  .promotioHappyFestiveSale .promotionHeader {
    margin-bottom: 2rem;
    margin-left: 1rem; }
    @media (min-width: 768px) {
      .promotioHappyFestiveSale .promotionHeader {
        margin-bottom: 1.5rem; } }
    .promotioHappyFestiveSale .promotionHeader .promotionDate {
      margin-top: 2rem; }
      @media (max-width: 575.98px) {
        .promotioHappyFestiveSale .promotionHeader .promotionDate {
          font-size: 0.9rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .promotioHappyFestiveSale .promotionHeader .promotionDate {
          font-size: 1rem; } }
    .promotioHappyFestiveSale .promotionHeader .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotioHappyFestiveSale .promotionHeader .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotioHappyFestiveSale .promotionHeader .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotioHappyFestiveSale .promotionHeader .promotionTitle {
          font-size: 2.2rem; } }
      .promotioHappyFestiveSale .promotionHeader .promotionTitle > .highlight {
        color: red; }
      .promotioHappyFestiveSale .promotionHeader .promotionTitle > .highlight2 {
        color: #008000; }
    .promotioHappyFestiveSale .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: white;
      margin: 1rem 0; }
      @media (min-width: 576px) {
        .promotioHappyFestiveSale .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotioHappyFestiveSale .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotioHappyFestiveSale .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
      .promotioHappyFestiveSale .promotionHeader .promotionSubTitle .background {
        padding: 0.5rem 0;
        background-color: darkblue; }
        .promotioHappyFestiveSale .promotionHeader .promotionSubTitle .background .highlight {
          color: yellow; }
  .promotioHappyFestiveSale > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotioHappyFestiveSale > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotioHappyFestiveSale > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotioHappyFestiveSale > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 576px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        @media (min-width: 576px) {
          .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotioHappyFestiveSale > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
  .promotioHappyFestiveSale > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotioHappyFestiveSale > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotioHappyFestiveSale > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotioHappyFestiveSale > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotioHappyFestiveSale > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotioHappyFestiveSale .promotionRedeem {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
    .promotioHappyFestiveSale .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotioHappyFestiveSale .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotioHappyFestiveSale .promotionRedeem .btnWeb {
      background-color: #FF3300 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.happy1 {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .happy1 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .happy1 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .happy1 {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .happy1 {
      padding-bottom: 19rem !important; } }

.promotionHappy1 {
  font-family: "Kanit";
  background-color: white; }
  .promotionHappy1 > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionHappy1 > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionHappy1 > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionHappy1 > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionHappy1 > .promotionHeader > .promotionDate {
      margin-top: 1rem; }
      @media (max-width: 575.98px) {
        .promotionHappy1 > .promotionHeader > .promotionDate {
          font-size: 0.9rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .promotionHappy1 > .promotionHeader > .promotionDate {
          font-size: 1rem; } }
    .promotionHappy1 > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionHappy1 > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionHappy1 > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionHappy1 > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionHappy1 > .promotionHeader > .promotionTitle > .highlight {
        color: red; }
      .promotionHappy1 > .promotionHeader > .promotionTitle > .highlight2 {
        color: #008000; }
    .promotionHappy1 > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: white;
      margin: 1rem 0; }
      @media (min-width: 576px) {
        .promotionHappy1 > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionHappy1 > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionHappy1 > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
      .promotionHappy1 > .promotionHeader .promotionSubTitle > .background {
        padding: 0.5rem 0;
        background-color: darkblue; }
        .promotionHappy1 > .promotionHeader .promotionSubTitle > .background > .highlight {
          color: yellow; }
  .promotionHappy1 > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionHappy1 > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionHappy1 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionHappy1 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionHappy1 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionHappy1 > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionHappy1 > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionHappy1 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionHappy1 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionHappy1 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionHappy1 > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionHappy1 > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionHappy1 > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionHappy1 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionHappy1 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionHappy1 > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionHappy1 > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
    .promotionHappy1 > .promotionDetail > .promotionPolicy table {
      border-collapse: collapse;
      width: 100%; }
    .promotionHappy1 > .promotionDetail > .promotionPolicy td, .promotionHappy1 > .promotionDetail > .promotionPolicy th {
      border: 1px solid black;
      padding: 10px;
      text-align: center; }
    .promotionHappy1 > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionHappy1 > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionHappy1 > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionHappy1 > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionHappy1 > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important;
      max-height: 80px !important;
      max-width: 80px !important; }
      @media (min-width: 768px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionHappy1 > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionHappy1 > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionHappy1 > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 576px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionHappy1 > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        @media (min-width: 576px) {
          .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.25rem; } }
      .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
        margin-bottom: 0.2rem;
        font-size: 0.95rem; }
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .links {
          color: #4989bf !important; }
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .red-links {
          color: red !important;
          text-decoration: underline; }
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font {
          font-weight: bold; }
          .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font > .hightlight {
            color: red; }
        @media (min-width: 576px) {
          .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 0.95rem; } }
        @media (min-width: 768px) {
          .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 0.95rem; } }
        @media (min-width: 992px) {
          .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.2rem; } }
      .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem3 {
        margin-bottom: 0.2rem;
        font-size: 0.9rem; }
        @media (min-width: 576px) {
          .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 0.9rem; } }
        @media (min-width: 768px) {
          .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 1rem; } }
        @media (min-width: 992px) {
          .promotionHappy1 > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 1rem; } }
    .promotionHappy1 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 1rem;
      font-size: 1rem; }
      .promotionHappy1 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font {
        font-weight: bold; }
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .hightlight {
          color: red; }
      @media (min-width: 768px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.3rem; } }
      @media (min-width: 992px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.5rem; } }
      .promotionHappy1 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionHappy1 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionHappy1 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        color: red; }
      @media (min-width: 576px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionHappy1 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
    .promotionHappy1 > .promotionDetail > .promotionPolicy > .promotionNote {
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .promotionNote {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionHappy1 > .promotionDetail > .promotionPolicy > .promotionNote {
          font-size: 1rem; } }
  .promotionHappy1 > .promotionDetail > .promotionRemark {
    font-size: 0.9rem; }
    .promotionHappy1 > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 768px) {
      .promotionHappy1 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionHappy1 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
  .promotionHappy1 .promotionRedeem {
    text-align: center;
    display: block;
    margin: 2rem auto; }
    .promotionHappy1 .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionHappy1 .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionHappy1 .promotionRedeem .btnWeb {
      background-color: #FF3300 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
  .promotionHappy1 .bannerGrop {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    flex-direction: column; }
    @media (min-width: 992px) {
      .promotionHappy1 .bannerGrop {
        flex-direction: row; } }
    .promotionHappy1 .bannerGrop .promotionBanner {
      padding-top: 1rem;
      margin-top: 1rem; }
      .promotionHappy1 .bannerGrop .promotionBanner .popupLink {
        cursor: pointer;
        width: 100%; }
        .promotionHappy1 .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
          width: 100%; }
          @media (min-width: 992px) {
            .promotionHappy1 .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
              max-width: 430px;
              margin-right: 1.5rem; } }
        .promotionHappy1 .bannerGrop .promotionBanner .popupLink .text {
          margin-top: 1rem;
          text-align: center;
          font-size: 1.2rem;
          line-height: 1.6; }
          @media (min-width: 576px) {
            .promotionHappy1 .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.2rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .promotionHappy1 .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .promotionHappy1 .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .promotionHappy1 .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }

.tbHead {
  font-size: 18px; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.happy2 {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .happy2 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .happy2 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .happy2 {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .happy2 {
      padding-bottom: 19rem !important; } }

.promotionHappy2 {
  font-family: "Kanit";
  background-color: white; }
  .promotionHappy2 > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionHappy2 > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionHappy2 > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionHappy2 > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionHappy2 > .promotionHeader > .promotionDate {
      margin-top: 1rem; }
      @media (max-width: 575.98px) {
        .promotionHappy2 > .promotionHeader > .promotionDate {
          font-size: 0.9rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .promotionHappy2 > .promotionHeader > .promotionDate {
          font-size: 1rem; } }
    .promotionHappy2 > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionHappy2 > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionHappy2 > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionHappy2 > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionHappy2 > .promotionHeader > .promotionTitle > .highlight {
        color: red; }
      .promotionHappy2 > .promotionHeader > .promotionTitle > .highlight2 {
        color: #008000; }
    .promotionHappy2 > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: white;
      margin: 1rem 0; }
      @media (min-width: 576px) {
        .promotionHappy2 > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionHappy2 > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionHappy2 > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
      .promotionHappy2 > .promotionHeader .promotionSubTitle > .background {
        padding: 0.5rem 0;
        background-color: darkblue; }
        .promotionHappy2 > .promotionHeader .promotionSubTitle > .background > .highlight {
          color: yellow; }
  .promotionHappy2 > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionHappy2 > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionHappy2 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionHappy2 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionHappy2 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionHappy2 > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionHappy2 > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionHappy2 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionHappy2 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionHappy2 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionHappy2 > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionHappy2 > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionHappy2 > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionHappy2 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionHappy2 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionHappy2 > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionHappy2 > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
    .promotionHappy2 > .promotionDetail > .promotionPolicy table {
      border-collapse: collapse;
      width: 100%; }
    .promotionHappy2 > .promotionDetail > .promotionPolicy td, .promotionHappy2 > .promotionDetail > .promotionPolicy th {
      border: 1px solid black;
      padding: 10px;
      text-align: center; }
    .promotionHappy2 > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionHappy2 > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionHappy2 > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionHappy2 > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionHappy2 > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important;
      max-height: 80px !important;
      max-width: 80px !important; }
      @media (min-width: 768px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionHappy2 > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionHappy2 > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionHappy2 > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 576px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionHappy2 > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionHappy2 > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.95rem; }
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .list > .listItem > .highlight {
          color: red; }
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .list > .listItem > .font {
          font-weight: bold; }
        @media (min-width: 768px) {
          .promotionHappy2 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1rem; } }
        @media (min-width: 992px) {
          .promotionHappy2 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.15rem; } }
      .promotionHappy2 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
        margin-bottom: 0.2rem;
        font-size: 0.95rem; }
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .highlight {
          color: red; }
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font {
          font-weight: bold; }
        @media (min-width: 576px) {
          .promotionHappy2 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 0.95rem; } }
        @media (min-width: 768px) {
          .promotionHappy2 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 0.95rem; } }
        @media (min-width: 992px) {
          .promotionHappy2 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.2rem; } }
    .promotionHappy2 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem;
      font-size: 1rem; }
      .promotionHappy2 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font {
        font-weight: bold; }
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .hightlight {
          color: red; }
      @media (min-width: 768px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.3rem; } }
      @media (min-width: 992px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.5rem; } }
      .promotionHappy2 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionHappy2 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionHappy2 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .font {
        font-weight: bold; }
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .font > .hightlight {
          color: red; }
      @media (min-width: 576px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionHappy2 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionHappy2 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
  .promotionHappy2 > .promotionDetail .bannerGrop {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    flex-direction: column; }
    @media (min-width: 992px) {
      .promotionHappy2 > .promotionDetail .bannerGrop {
        flex-direction: row; } }
    .promotionHappy2 > .promotionDetail .bannerGrop .promotionBanner {
      padding-top: 1rem;
      margin-top: 1rem; }
      .promotionHappy2 > .promotionDetail .bannerGrop .promotionBanner .popupLink {
        cursor: pointer;
        width: 100%; }
        .promotionHappy2 > .promotionDetail .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
          width: 100%; }
          @media (min-width: 992px) {
            .promotionHappy2 > .promotionDetail .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
              max-width: 430px;
              margin-right: 1.5rem; } }
        .promotionHappy2 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
          margin-top: 1rem;
          text-align: center;
          font-size: 1.2rem;
          line-height: 1.6; }
          @media (min-width: 576px) {
            .promotionHappy2 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.2rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .promotionHappy2 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .promotionHappy2 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .promotionHappy2 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
  .promotionHappy2 > .promotionDetail > .promotionRemark {
    font-size: 0.9rem; }
    .promotionHappy2 > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 768px) {
      .promotionHappy2 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionHappy2 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
  .promotionHappy2 .promotionRedeem {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2rem auto; }
    .promotionHappy2 .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
    .promotionHappy2 .promotionRedeem .btnWeb {
      background-color: #FF3300 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 200px;
      margin-right: 1rem;
      font-size: 1.1rem;
      width: 40%; }
      @media (min-width: 768px) {
        .promotionHappy2 .promotionRedeem .btnWeb {
          font-size: 1.5rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionHappy2 .promotionRedeem .btnWeb {
          font-size: 1.5rem;
          width: 100%; } }
    .promotionHappy2 .promotionRedeem .btnWeb2 {
      background-color: #008000 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.1rem;
      width: 50%; }
      @media (min-width: 768px) {
        .promotionHappy2 .promotionRedeem .btnWeb2 {
          font-size: 1.5rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionHappy2 .promotionRedeem .btnWeb2 {
          font-size: 1.5rem;
          width: 100%; } }

@charset "UTF-8";
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.happy3 {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .happy3 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .happy3 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .happy3 {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .happy3 {
      padding-bottom: 19rem !important; } }

.promotionHappy3 {
  font-family: "Kanit";
  background-color: white; }
  .promotionHappy3 > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionHappy3 > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionHappy3 > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionHappy3 > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionHappy3 > .promotionHeader > .promotionDate {
      margin-top: 1.5rem; }
      @media (max-width: 575.98px) {
        .promotionHappy3 > .promotionHeader > .promotionDate {
          font-size: 0.9rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .promotionHappy3 > .promotionHeader > .promotionDate {
          font-size: 1rem; } }
    .promotionHappy3 > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionHappy3 > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionHappy3 > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionHappy3 > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionHappy3 > .promotionHeader > .promotionTitle > .highlight {
        color: red; }
      .promotionHappy3 > .promotionHeader > .promotionTitle > .highlight2 {
        color: #008000; }
    .promotionHappy3 > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: white;
      margin: 1rem 0; }
      @media (min-width: 576px) {
        .promotionHappy3 > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionHappy3 > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionHappy3 > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
      .promotionHappy3 > .promotionHeader .promotionSubTitle > .background {
        padding: 0.5rem 0;
        background-color: darkblue; }
        .promotionHappy3 > .promotionHeader .promotionSubTitle > .background > .highlight {
          color: yellow; }
  .promotionHappy3 > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionHappy3 > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionHappy3 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionHappy3 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionHappy3 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionHappy3 > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionHappy3 > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionHappy3 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionHappy3 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionHappy3 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionHappy3 > .promotionDetail > .promotionPolicy {
    margin-bottom: 1.5rem; }
    .promotionHappy3 > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
    .promotionHappy3 > .promotionDetail > .promotionPolicy table {
      border-collapse: collapse;
      width: 100%; }
    .promotionHappy3 > .promotionDetail > .promotionPolicy td, .promotionHappy3 > .promotionDetail > .promotionPolicy th {
      border: 1px solid black;
      padding: 10px;
      text-align: center; }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important;
      max-height: 80px !important;
      max-width: 80px !important; }
      @media (min-width: 768px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 576px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .list > .listItem > .highlight {
          color: red; }
        @media (min-width: 576px) {
          .promotionHappy3 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionHappy3 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionHappy3 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.25rem; } }
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 {
          padding-left: 2rem;
          list-style: none; }
          @media (min-width: 768px) {
            .promotionHappy3 > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 {
              padding-left: 4rem; } }
          .promotionHappy3 > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
            margin-bottom: 0.2rem;
            font-size: 0.8rem; }
            @media (min-width: 576px) {
              .promotionHappy3 > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
                font-size: 1.1rem; } }
            @media (min-width: 768px) {
              .promotionHappy3 > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
                font-size: 1.2rem; } }
            @media (min-width: 992px) {
              .promotionHappy3 > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
                font-size: 1.25rem; } }
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 li::before {
          content: "\2022";
          color: black;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList {
      padding-left: 1.5rem;
      margin-bottom: 0.2rem; }
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
        font-size: 0.9rem;
        font-weight: bold; }
        @media (min-width: 576px) {
          .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
            font-size: 1rem; } }
        @media (min-width: 768px) {
          .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
            font-size: 1.4rem; } }
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem > .highlight {
          color: red; }
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList .link {
        color: blue !important; }
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
        font-size: 0.8rem; }
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail > .bold {
          font-weight: bold;
          color: red; }
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail > .highlight {
          color: red; }
        @media (min-width: 576px) {
          .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
            font-size: 1.25rem; } }
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
        font-size: 0.65rem; }
        @media (min-width: 576px) {
          .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
            font-size: 0.7rem; } }
        @media (min-width: 768px) {
          .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
            font-size: 0.8rem; } }
        @media (min-width: 992px) {
          .promotionHappy3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
            font-size: 0.85rem; } }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 18px; }
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font {
        font-weight: bold; }
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .hightlight {
          color: red; }
      @media (min-width: 768px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.3rem; } }
      @media (min-width: 992px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.5rem; } }
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .font {
      font-weight: bold; }
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .font > .hightlight {
        color: red; }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .highlight {
      color: red; }
    @media (min-width: 576px) {
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
        font-size: 1rem; } }
    @media (min-width: 768px) {
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
        font-size: 1.2rem; } }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
      color: #4989bf !important; }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription3 {
      font-size: 0.85rem; }
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription3 > .font {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription3 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription3 {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription3 {
          font-size: 1.4rem; } }
    .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription4 {
      font-size: 0.8rem; }
      .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription4 > .font {
        font-weight: bold; }
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription4 > .font > .hightlight {
          color: red; }
      @media (min-width: 576px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription4 {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription4 {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionHappy3 > .promotionDetail > .promotionPolicy > .promotionSubDescription4 {
          font-size: 1.25rem; } }
  .promotionHappy3 > .promotionDetail .bannerGrop {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    flex-direction: column; }
    @media (min-width: 992px) {
      .promotionHappy3 > .promotionDetail .bannerGrop {
        flex-direction: row; } }
    .promotionHappy3 > .promotionDetail .bannerGrop .promotionBanner {
      padding-top: 1rem;
      margin-top: 1rem; }
      .promotionHappy3 > .promotionDetail .bannerGrop .promotionBanner .popupLink {
        cursor: pointer;
        width: 100%; }
        .promotionHappy3 > .promotionDetail .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
          width: 100%; }
          @media (min-width: 992px) {
            .promotionHappy3 > .promotionDetail .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
              max-width: 430px;
              margin-right: 1.5rem; } }
        .promotionHappy3 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
          margin-top: 1rem;
          text-align: center;
          font-size: 1.2rem;
          line-height: 1.6; }
          @media (min-width: 576px) {
            .promotionHappy3 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.2rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .promotionHappy3 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .promotionHappy3 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .promotionHappy3 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
  .promotionHappy3 > .promotionDetail > .promotionRemark {
    font-size: 0.9rem; }
    .promotionHappy3 > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 768px) {
      .promotionHappy3 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionHappy3 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
  .promotionHappy3 .promotionRedeem {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2rem auto; }
    .promotionHappy3 .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionHappy3 .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionHappy3 .promotionRedeem .btnWeb {
      background-color: #FF3300 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 200px;
      margin-right: 1rem;
      font-size: 1.1rem;
      width: 40%; }
      @media (min-width: 768px) {
        .promotionHappy3 .promotionRedeem .btnWeb {
          font-size: 1.2rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionHappy3 .promotionRedeem .btnWeb {
          font-size: 1.3rem;
          width: 100%; } }
    .promotionHappy3 .promotionRedeem .btnWeb2 {
      background-color: #008000 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 1rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 100%;
      font-size: 1.1rem; }
      @media (min-width: 768px) {
        .promotionHappy3 .promotionRedeem .btnWeb2 {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionHappy3 .promotionRedeem .btnWeb2 {
          font-size: 1.3rem; } }

.prizeSub {
  font-size: 0.65rem; }
  @media (min-width: 576px) {
    .prizeSub {
      font-size: 0.7rem; } }
  @media (min-width: 768px) {
    .prizeSub {
      font-size: 0.8rem; } }
  @media (min-width: 992px) {
    .prizeSub {
      font-size: 0.85rem; } }

@charset "UTF-8";
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.topSpenders {
  background-color: #fed4d2;
  background-position: center center; }
  @media (min-width: 576px) {
    .topSpenders {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .topSpenders {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .topSpenders {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .topSpenders {
      padding-bottom: 19rem !important; } }

.promotionTopSpenders {
  font-family: "Kanit";
  background-color: white; }
  .promotionTopSpenders > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionTopSpenders > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionTopSpenders > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionTopSpenders > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionTopSpenders > .promotionHeader > .promotionDate {
      margin-top: 1.5rem; }
      @media (max-width: 575.98px) {
        .promotionTopSpenders > .promotionHeader > .promotionDate {
          font-size: 0.9rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .promotionTopSpenders > .promotionHeader > .promotionDate {
          font-size: 1rem; } }
    .promotionTopSpenders > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionTopSpenders > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionTopSpenders > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionTopSpenders > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionTopSpenders > .promotionHeader > .promotionTitle > .highlight {
        color: red; }
      .promotionTopSpenders > .promotionHeader > .promotionTitle > .highlight2 {
        color: #008000; }
    .promotionTopSpenders > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 18px; }
      @media (min-width: 576px) {
        .promotionTopSpenders > .promotionHeader .promotionSubTitle {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionTopSpenders > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionTopSpenders > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
      .promotionTopSpenders > .promotionHeader .promotionSubTitle > .background {
        padding: 0.5rem 0;
        background-color: darkblue; }
        .promotionTopSpenders > .promotionHeader .promotionSubTitle > .background > .highlight {
          color: yellow; }
      .promotionTopSpenders > .promotionHeader .promotionSubTitle > .highlight {
        color: red;
        font-weight: bold; }
      .promotionTopSpenders > .promotionHeader .promotionSubTitle > .highlight2 {
        color: blue;
        font-weight: bold; }
  .promotionTopSpenders > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionTopSpenders > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionTopSpenders > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionTopSpenders > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionTopSpenders > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionTopSpenders > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionTopSpenders > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionTopSpenders > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionTopSpenders > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionTopSpenders > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionTopSpenders > .promotionDetail > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionTopSpenders > .promotionDetail > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionTopSpenders > .promotionDetail > .promotionPolicy {
    margin-bottom: 1.5rem; }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy table {
      border-collapse: collapse;
      width: 100%; }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy td, .promotionTopSpenders > .promotionDetail > .promotionPolicy th {
      border: 1px solid black;
      padding: 10px;
      text-align: center; }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important;
      max-height: 80px !important;
      max-width: 80px !important; }
      @media (min-width: 768px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem;
      font-size: 18px; }
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 768px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 992px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .list {
          padding-left: 2rem; } }
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .list > .listItem > .highlight {
          color: red; }
        @media (min-width: 576px) {
          .promotionTopSpenders > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1rem; } }
        @media (min-width: 768px) {
          .promotionTopSpenders > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1rem; } }
        @media (min-width: 992px) {
          .promotionTopSpenders > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 {
          padding-left: 2rem;
          list-style: none; }
          @media (min-width: 768px) {
            .promotionTopSpenders > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 {
              padding-left: 4rem; } }
          .promotionTopSpenders > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
            margin-bottom: 0.2rem;
            font-size: 0.8rem; }
            @media (min-width: 576px) {
              .promotionTopSpenders > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
                font-size: 1.1rem; } }
            @media (min-width: 768px) {
              .promotionTopSpenders > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
                font-size: 1.2rem; } }
            @media (min-width: 992px) {
              .promotionTopSpenders > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
                font-size: 1.25rem; } }
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 li::before {
          content: "\2022";
          color: black;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList {
      padding-left: 1.5rem;
      margin-bottom: 0.2rem; }
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
        font-size: 0.9rem;
        font-weight: bold; }
        @media (min-width: 576px) {
          .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
            font-size: 1rem; } }
        @media (min-width: 768px) {
          .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
            font-size: 1.4rem; } }
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem > .highlight {
          color: red; }
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList .link {
        color: blue !important; }
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
        font-size: 0.8rem; }
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail > .bold {
          font-weight: bold;
          color: red; }
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail > .highlight {
          color: red; }
        @media (min-width: 576px) {
          .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
            font-size: 1.25rem; } }
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
        font-size: 0.65rem; }
        @media (min-width: 576px) {
          .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
            font-size: 0.7rem; } }
        @media (min-width: 768px) {
          .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
            font-size: 0.8rem; } }
        @media (min-width: 992px) {
          .promotionTopSpenders > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
            font-size: 0.85rem; } }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 18px; }
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font {
        font-weight: bold; }
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .hightlight {
          color: red; }
      @media (min-width: 768px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.3rem; } }
      @media (min-width: 992px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.5rem; } }
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .font {
      font-weight: bold; }
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .font > .hightlight {
        color: red; }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .highlight {
      color: red; }
    @media (min-width: 576px) {
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
        font-size: 1rem; } }
    @media (min-width: 768px) {
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
        font-size: 1.2rem; } }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
      color: #4989bf !important; }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription3 {
      font-size: 0.85rem; }
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription3 > .font {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription3 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription3 {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription3 {
          font-size: 1.4rem; } }
    .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription4 {
      font-size: 0.8rem; }
      .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription4 > .font {
        font-weight: bold; }
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription4 > .font > .hightlight {
          color: red; }
      @media (min-width: 576px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription4 {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription4 {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionTopSpenders > .promotionDetail > .promotionPolicy > .promotionSubDescription4 {
          font-size: 1.25rem; } }
  .promotionTopSpenders > .promotionDetail .bannerGrop {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    flex-direction: column; }
    @media (min-width: 992px) {
      .promotionTopSpenders > .promotionDetail .bannerGrop {
        flex-direction: row; } }
    .promotionTopSpenders > .promotionDetail .bannerGrop .promotionBanner {
      padding-top: 1rem;
      margin-top: 1rem; }
      .promotionTopSpenders > .promotionDetail .bannerGrop .promotionBanner .popupLink {
        cursor: pointer;
        width: 100%; }
        .promotionTopSpenders > .promotionDetail .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
          width: 100%; }
          @media (min-width: 992px) {
            .promotionTopSpenders > .promotionDetail .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
              max-width: 430px;
              margin-right: 1.5rem; } }
        .promotionTopSpenders > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
          margin-top: 1rem;
          text-align: center;
          font-size: 1.2rem;
          line-height: 1.6; }
          @media (min-width: 576px) {
            .promotionTopSpenders > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.2rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .promotionTopSpenders > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .promotionTopSpenders > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .promotionTopSpenders > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
  .promotionTopSpenders > .promotionDetail > .promotionRemark {
    font-size: 0.9rem; }
    .promotionTopSpenders > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 768px) {
      .promotionTopSpenders > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionTopSpenders > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
  .promotionTopSpenders .promotionRedeem {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2rem auto; }
    .promotionTopSpenders .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionTopSpenders .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionTopSpenders .promotionRedeem .btnWeb {
      background-color: #FF3300 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 200px;
      margin-right: 1rem;
      font-size: 1.1rem;
      width: 40%; }
      @media (min-width: 768px) {
        .promotionTopSpenders .promotionRedeem .btnWeb {
          font-size: 1.2rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionTopSpenders .promotionRedeem .btnWeb {
          font-size: 1.3rem;
          width: 100%; } }
    .promotionTopSpenders .promotionRedeem .btnWeb2 {
      background-color: #008000 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 1rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 100%;
      font-size: 1.1rem; }
      @media (min-width: 768px) {
        .promotionTopSpenders .promotionRedeem .btnWeb2 {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionTopSpenders .promotionRedeem .btnWeb2 {
          font-size: 1.3rem; } }

.prizeSub {
  font-size: 0.65rem; }
  @media (min-width: 576px) {
    .prizeSub {
      font-size: 0.7rem; } }
  @media (min-width: 768px) {
    .prizeSub {
      font-size: 0.8rem; } }
  @media (min-width: 992px) {
    .prizeSub {
      font-size: 0.85rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.julyCampaign {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .julyCampaign {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .julyCampaign {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .julyCampaign {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .julyCampaign {
      padding-bottom: 19rem !important; } }

.promotionJulyCampaign {
  font-family: "Kanit";
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem; }
  .promotionJulyCampaign > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionJulyCampaign > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionJulyCampaign .bannerGrop {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      .promotionJulyCampaign .bannerGrop {
        flex-direction: column;
        align-items: center; } }
    @media (min-width: 992px) {
      .promotionJulyCampaign .bannerGrop {
        flex-direction: row; } }
    .promotionJulyCampaign .bannerGrop .promotionBanner {
      padding-top: 1rem;
      margin-top: 1rem; }
      .promotionJulyCampaign .bannerGrop .promotionBanner .popupLink {
        cursor: pointer;
        width: 100%; }
        .promotionJulyCampaign .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
          width: 100%; }
          @media (min-width: 992px) {
            .promotionJulyCampaign .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
              max-width: 330px;
              margin-right: 1rem; } }
        .promotionJulyCampaign .bannerGrop .promotionBanner .popupLink .text {
          margin-top: 1rem;
          font-weight: bold;
          text-align: center;
          font-size: 1.1rem;
          line-height: 1.6; }
          @media (min-width: 576px) {
            .promotionJulyCampaign .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.1rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .promotionJulyCampaign .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.2rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .promotionJulyCampaign .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.2rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .promotionJulyCampaign .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.2rem;
              line-height: 1.6; } }
  .promotionJulyCampaign .text {
    font-size: 1.2rem;
    line-height: 1.6; }
    @media (min-width: 576px) {
      .promotionJulyCampaign .text {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .promotionJulyCampaign .text {
        font-size: 1.3rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .promotionJulyCampaign .text {
        font-size: 1.3rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .promotionJulyCampaign .text {
        font-size: 1.3rem;
        line-height: 1.6; } }
  .promotionJulyCampaign .promotionHeader {
    margin-bottom: 2rem;
    margin-left: 1rem; }
    @media (min-width: 768px) {
      .promotionJulyCampaign .promotionHeader {
        margin-bottom: 1.5rem; } }
    .promotionJulyCampaign .promotionHeader .promotionDate {
      margin-top: 2rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionJulyCampaign .promotionHeader .promotionDate {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionJulyCampaign .promotionHeader .promotionDate {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionJulyCampaign .promotionHeader .promotionDate {
          font-size: 1.4rem; } }
    .promotionJulyCampaign .promotionHeader .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.7rem; }
      @media (min-width: 576px) {
        .promotionJulyCampaign .promotionHeader .promotionTitle {
          font-size: 1.9rem; } }
      @media (min-width: 768px) {
        .promotionJulyCampaign .promotionHeader .promotionTitle {
          font-size: 2rem; } }
      @media (min-width: 992px) {
        .promotionJulyCampaign .promotionHeader .promotionTitle {
          font-size: 2.4rem; } }
      .promotionJulyCampaign .promotionHeader .promotionTitle > .highlight {
        color: red; }
      .promotionJulyCampaign .promotionHeader .promotionTitle > .highlight2 {
        color: #1f4e79; }
    .promotionJulyCampaign .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 1.1rem;
      color: white;
      margin: 1rem 0; }
      @media (min-width: 576px) {
        .promotionJulyCampaign .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 768px) {
        .promotionJulyCampaign .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
      @media (min-width: 992px) {
        .promotionJulyCampaign .promotionHeader .promotionSubTitle {
          font-size: 1.6rem; } }
      .promotionJulyCampaign .promotionHeader .promotionSubTitle .background {
        padding: 0.5rem 0;
        background-color: blue;
        font-weight: bold; }
        .promotionJulyCampaign .promotionHeader .promotionSubTitle .background .highlight {
          color: yellow; }
    .promotionJulyCampaign .promotionHeader > .promotionDescription {
      font-size: 0.9rem;
      font-weight: bold;
      margin-top: 1.5rem; }
      @media (min-width: 576px) {
        .promotionJulyCampaign .promotionHeader > .promotionDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionJulyCampaign .promotionHeader > .promotionDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionJulyCampaign .promotionHeader > .promotionDescription {
          font-size: 1.4rem; } }
      .promotionJulyCampaign .promotionHeader > .promotionDescription > .popupLink {
        cursor: pointer;
        width: 100%; }
        .promotionJulyCampaign .promotionHeader > .promotionDescription > .popupLink > .links {
          color: blue !important;
          text-decoration: underline; }
      .promotionJulyCampaign .promotionHeader > .promotionDescription > .highlight {
        color: red; }
      .promotionJulyCampaign .promotionHeader > .promotionDescription > .underline {
        text-decoration: underline; }
    .promotionJulyCampaign .promotionHeader > .promotionSubDescription {
      font-size: 0.8rem;
      font-weight: bold; }
      @media (min-width: 576px) {
        .promotionJulyCampaign .promotionHeader > .promotionSubDescription {
          font-size: 0.85rem; } }
      @media (min-width: 768px) {
        .promotionJulyCampaign .promotionHeader > .promotionSubDescription {
          font-size: 0.9rem; } }
      @media (min-width: 992px) {
        .promotionJulyCampaign .promotionHeader > .promotionSubDescription {
          font-size: 0.95rem; } }
    .promotionJulyCampaign .promotionHeader > .promotionBanner {
      padding-top: 1rem;
      margin-bottom: 1rem; }
      .promotionJulyCampaign .promotionHeader > .promotionBanner .popupLink {
        cursor: pointer;
        width: 100%; }
        .promotionJulyCampaign .promotionHeader > .promotionBanner .popupLink .promotionBannerImage {
          width: 100%;
          max-width: 330px;
          margin-right: 1rem; }
      .promotionJulyCampaign .promotionHeader > .promotionBanner > .promotionBannerImage {
        width: 100%; }
  .promotionJulyCampaign > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionJulyCampaign > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionJulyCampaign > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionJulyCampaign > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionJulyCampaign > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionJulyCampaign > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionJulyCampaign > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionJulyCampaign > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionJulyCampaign > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionJulyCampaign > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionJulyCampaign > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionJulyCampaign > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 576px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        @media (min-width: 576px) {
          .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem;
      font-weight: bold; }
      .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionJulyCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
  .promotionJulyCampaign > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionJulyCampaign > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionJulyCampaign > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionJulyCampaign > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionJulyCampaign > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionJulyCampaign .promotionRedeem {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
    .promotionJulyCampaign .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionJulyCampaign .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionJulyCampaign .promotionRedeem .btnWeb {
      background-color: #FF3300 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.july1 {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .july1 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .july1 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .july1 {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .july1 {
      padding-bottom: 19rem !important; } }

.promotionJuly1 {
  font-family: "Kanit";
  background-color: white; }
  .promotionJuly1 > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionJuly1 > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionJuly1 > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionJuly1 > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionJuly1 > .promotionHeader > .promotionDate {
      margin-top: 1rem; }
      @media (max-width: 575.98px) {
        .promotionJuly1 > .promotionHeader > .promotionDate {
          font-size: 0.9rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .promotionJuly1 > .promotionHeader > .promotionDate {
          font-size: 1rem; } }
    .promotionJuly1 > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionJuly1 > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionJuly1 > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionJuly1 > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionJuly1 > .promotionHeader > .promotionTitle > .highlight {
        color: red; }
      .promotionJuly1 > .promotionHeader > .promotionTitle > .highlight2 {
        color: #008000; }
    .promotionJuly1 > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: white;
      margin: 1rem 0; }
      @media (min-width: 576px) {
        .promotionJuly1 > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionJuly1 > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionJuly1 > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
      .promotionJuly1 > .promotionHeader .promotionSubTitle > .background {
        padding: 0.5rem 0;
        background-color: darkblue; }
        .promotionJuly1 > .promotionHeader .promotionSubTitle > .background > .highlight {
          color: yellow; }
  .promotionJuly1 > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionJuly1 > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionJuly1 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionJuly1 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionJuly1 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionJuly1 > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionJuly1 > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionJuly1 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionJuly1 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionJuly1 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionJuly1 > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionJuly1 > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionJuly1 > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionJuly1 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionJuly1 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionJuly1 > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionJuly1 > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
    .promotionJuly1 > .promotionDetail > .promotionPolicy table {
      border-collapse: collapse;
      width: 100%; }
    .promotionJuly1 > .promotionDetail > .promotionPolicy td, .promotionJuly1 > .promotionDetail > .promotionPolicy th {
      border: 1px solid black;
      padding: 10px;
      text-align: center; }
    .promotionJuly1 > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionJuly1 > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionJuly1 > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionJuly1 > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionJuly1 > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important;
      max-height: 80px !important;
      max-width: 80px !important; }
      @media (min-width: 768px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionJuly1 > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionJuly1 > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionJuly1 > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 576px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionJuly1 > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        @media (min-width: 576px) {
          .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.25rem; } }
      .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
        margin-bottom: 0.2rem;
        font-size: 1rem;
        font-size: 1rem; }
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .links {
          color: #4989bf !important; }
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .red-links {
          color: red !important;
          cursor: pointer; }
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .highlight {
          color: red !important; }
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font {
          font-weight: bold; }
          .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font > .hightlight {
            color: red; }
        @media (min-width: 768px) {
          .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.15rem; } }
        @media (min-width: 992px) {
          .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.35rem; } }
      .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem3 {
        margin-bottom: 0.2rem;
        font-size: 0.9rem; }
        @media (min-width: 576px) {
          .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 0.9rem; } }
        @media (min-width: 768px) {
          .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 1rem; } }
        @media (min-width: 992px) {
          .promotionJuly1 > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 1rem; } }
    .promotionJuly1 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 1rem;
      font-size: 1rem; }
      .promotionJuly1 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font {
        font-weight: bold; }
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .hightlight {
          color: red; }
      @media (min-width: 768px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.3rem; } }
      @media (min-width: 992px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.5rem; } }
      .promotionJuly1 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionJuly1 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionJuly1 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        color: red; }
      @media (min-width: 576px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionJuly1 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
    .promotionJuly1 > .promotionDetail > .promotionPolicy > .promotionNote {
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .promotionNote {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionJuly1 > .promotionDetail > .promotionPolicy > .promotionNote {
          font-size: 1rem; } }
  .promotionJuly1 > .promotionDetail > .promotionRemark {
    font-size: 0.9rem; }
    .promotionJuly1 > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 768px) {
      .promotionJuly1 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionJuly1 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
  .promotionJuly1 .promotionRedeem {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2rem auto; }
    .promotionJuly1 .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionJuly1 .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionJuly1 .promotionRedeem .btnWeb {
      background-color: red !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 200px;
      margin-right: 1rem;
      font-size: 0.9rem;
      width: 40%; }
      @media (min-width: 768px) {
        .promotionJuly1 .promotionRedeem .btnWeb {
          font-size: 1.2rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionJuly1 .promotionRedeem .btnWeb {
          font-size: 1.3rem;
          width: 100%; } }
    .promotionJuly1 .promotionRedeem .btnWeb2 {
      background-color: #008000 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 0.9rem;
      width: 50%; }
      @media (min-width: 768px) {
        .promotionJuly1 .promotionRedeem .btnWeb2 {
          font-size: 1.2rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionJuly1 .promotionRedeem .btnWeb2 {
          font-size: 1.3rem;
          width: 100%; } }
  .promotionJuly1 .bannerGrop {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    flex-direction: column; }
    @media (min-width: 992px) {
      .promotionJuly1 .bannerGrop {
        flex-direction: row; } }
    .promotionJuly1 .bannerGrop .promotionBanner {
      padding-top: 1rem;
      margin-top: 1rem; }
      .promotionJuly1 .bannerGrop .promotionBanner .popupLink {
        cursor: pointer;
        width: 100%; }
        .promotionJuly1 .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
          width: 100%; }
          @media (min-width: 992px) {
            .promotionJuly1 .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
              max-width: 430px;
              margin-right: 1.5rem; } }
        .promotionJuly1 .bannerGrop .promotionBanner .popupLink .text {
          margin-top: 1rem;
          text-align: center;
          font-size: 1.2rem;
          line-height: 1.6; }
          @media (min-width: 576px) {
            .promotionJuly1 .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.2rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .promotionJuly1 .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .promotionJuly1 .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .promotionJuly1 .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }

.tbHead {
  font-size: 18px; }

@charset "UTF-8";
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.july2 {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .july2 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .july2 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .july2 {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .july2 {
      padding-bottom: 19rem !important; } }

.promotionJuly2 {
  font-family: "Kanit";
  background-color: white; }
  .promotionJuly2 > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionJuly2 > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionJuly2 > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionJuly2 > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionJuly2 > .promotionHeader > .promotionDate {
      margin-top: 1rem; }
      @media (max-width: 575.98px) {
        .promotionJuly2 > .promotionHeader > .promotionDate {
          font-size: 0.9rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .promotionJuly2 > .promotionHeader > .promotionDate {
          font-size: 1rem; } }
    .promotionJuly2 > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionJuly2 > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionJuly2 > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionJuly2 > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionJuly2 > .promotionHeader > .promotionTitle > .highlight {
        color: red; }
      .promotionJuly2 > .promotionHeader > .promotionTitle > .highlight2 {
        color: #008000; }
    .promotionJuly2 > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: white;
      margin: 1rem 0; }
      @media (min-width: 576px) {
        .promotionJuly2 > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionJuly2 > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionJuly2 > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
      .promotionJuly2 > .promotionHeader .promotionSubTitle > .background {
        padding: 0.5rem 0;
        background-color: darkblue; }
        .promotionJuly2 > .promotionHeader .promotionSubTitle > .background > .highlight {
          color: yellow; }
  .promotionJuly2 > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionJuly2 > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionJuly2 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionJuly2 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionJuly2 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionJuly2 > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionJuly2 > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionJuly2 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionJuly2 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionJuly2 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionJuly2 > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionJuly2 > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionJuly2 > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionJuly2 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionJuly2 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionJuly2 > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionJuly2 > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
    .promotionJuly2 > .promotionDetail > .promotionPolicy table {
      border-collapse: collapse;
      width: 100%; }
    .promotionJuly2 > .promotionDetail > .promotionPolicy td, .promotionJuly2 > .promotionDetail > .promotionPolicy th {
      border: 1px solid black;
      padding: 10px;
      text-align: center; }
    .promotionJuly2 > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionJuly2 > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionJuly2 > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionJuly2 > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionJuly2 > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important;
      max-height: 80px !important;
      max-width: 80px !important; }
      @media (min-width: 768px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionJuly2 > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionJuly2 > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionJuly2 > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 576px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionJuly2 > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.95rem; }
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem > .highlight {
          color: red; }
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem > .font {
          font-weight: bold; }
        @media (min-width: 768px) {
          .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1rem; } }
        @media (min-width: 992px) {
          .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.15rem; } }
      .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
        margin-bottom: 0.2rem;
        font-size: 1rem;
        font-size: 1rem; }
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .highlight {
          color: red; }
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font {
          font-weight: bold; }
        @media (min-width: 768px) {
          .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.15rem; } }
        @media (min-width: 992px) {
          .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.35rem; } }
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .list2 {
          padding-left: 2rem;
          list-style: none; }
          @media (min-width: 768px) {
            .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .list2 {
              padding-left: 4rem; } }
          .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .list2 > .listItem3 {
            margin-bottom: 0.2rem;
            font-size: 1rem;
            font-size: 1rem; }
            @media (min-width: 768px) {
              .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .list2 > .listItem3 {
                font-size: 1.15rem; } }
            @media (min-width: 992px) {
              .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .list2 > .listItem3 {
                font-size: 1.35rem; } }
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .list2 li::before {
          content: "\2022";
          color: black;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }
    .promotionJuly2 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 1rem;
      font-size: 1rem; }
      .promotionJuly2 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font {
        font-weight: bold; }
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .hightlight {
          color: red; }
      @media (min-width: 768px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.3rem; } }
      @media (min-width: 992px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.5rem; } }
      .promotionJuly2 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionJuly2 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionJuly2 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .font {
        font-weight: bold; }
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .font > .hightlight {
          color: red; }
      @media (min-width: 576px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionJuly2 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionJuly2 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
  .promotionJuly2 > .promotionDetail .bannerGrop {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    flex-direction: column; }
    @media (min-width: 992px) {
      .promotionJuly2 > .promotionDetail .bannerGrop {
        flex-direction: row; } }
    .promotionJuly2 > .promotionDetail .bannerGrop .promotionBanner {
      padding-top: 1rem;
      margin-top: 1rem; }
      .promotionJuly2 > .promotionDetail .bannerGrop .promotionBanner .popupLink {
        cursor: pointer;
        width: 100%; }
        .promotionJuly2 > .promotionDetail .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
          width: 100%; }
          @media (min-width: 992px) {
            .promotionJuly2 > .promotionDetail .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
              max-width: 430px;
              margin-right: 1.5rem; } }
        .promotionJuly2 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
          margin-top: 1rem;
          text-align: center;
          font-size: 1.2rem;
          line-height: 1.6; }
          @media (min-width: 576px) {
            .promotionJuly2 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.2rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .promotionJuly2 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .promotionJuly2 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .promotionJuly2 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
  .promotionJuly2 > .promotionDetail > .promotionRemark {
    font-size: 0.9rem; }
    .promotionJuly2 > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 768px) {
      .promotionJuly2 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionJuly2 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
  .promotionJuly2 .promotionRedeem {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2rem auto; }
    .promotionJuly2 .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
    .promotionJuly2 .promotionRedeem .btnWeb {
      background-color: red !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 200px;
      margin-right: 1rem;
      font-size: 0.9rem;
      width: 40%; }
      @media (min-width: 768px) {
        .promotionJuly2 .promotionRedeem .btnWeb {
          font-size: 1.2rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionJuly2 .promotionRedeem .btnWeb {
          font-size: 1.3rem;
          width: 100%; } }
    .promotionJuly2 .promotionRedeem .btnWeb2 {
      background-color: #008000 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 300px;
      font-size: 0.9rem;
      width: 50%; }
      @media (min-width: 768px) {
        .promotionJuly2 .promotionRedeem .btnWeb2 {
          font-size: 1.2rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionJuly2 .promotionRedeem .btnWeb2 {
          font-size: 1.3rem;
          width: 100%; } }

@charset "UTF-8";
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.july3 {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .july3 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .july3 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .july3 {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .july3 {
      padding-bottom: 19rem !important; } }

.promotionJuly3 {
  font-family: "Kanit";
  background-color: white; }
  .promotionJuly3 > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionJuly3 > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionJuly3 > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionJuly3 > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionJuly3 > .promotionHeader > .promotionDate {
      margin-top: 1.5rem; }
      @media (max-width: 575.98px) {
        .promotionJuly3 > .promotionHeader > .promotionDate {
          font-size: 0.9rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .promotionJuly3 > .promotionHeader > .promotionDate {
          font-size: 1rem; } }
    .promotionJuly3 > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionJuly3 > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionJuly3 > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionJuly3 > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionJuly3 > .promotionHeader > .promotionTitle > .highlight {
        color: #ffc000; }
      .promotionJuly3 > .promotionHeader > .promotionTitle > .highlight2 {
        color: #008000; }
    .promotionJuly3 > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: white;
      margin: 1rem 0; }
      @media (min-width: 576px) {
        .promotionJuly3 > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionJuly3 > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionJuly3 > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
      .promotionJuly3 > .promotionHeader .promotionSubTitle > .background {
        padding: 0.5rem 0;
        background-color: darkblue; }
        .promotionJuly3 > .promotionHeader .promotionSubTitle > .background > .highlight {
          color: yellow; }
  .promotionJuly3 > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionJuly3 > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionJuly3 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionJuly3 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionJuly3 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionJuly3 > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionJuly3 > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionJuly3 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionJuly3 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionJuly3 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionJuly3 > .promotionDetail > .promotionPolicy {
    margin-bottom: 1.5rem; }
    .promotionJuly3 > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
    .promotionJuly3 > .promotionDetail > .promotionPolicy table {
      border-collapse: collapse;
      width: 100%; }
    .promotionJuly3 > .promotionDetail > .promotionPolicy td, .promotionJuly3 > .promotionDetail > .promotionPolicy th {
      border: 1px solid black;
      padding: 10px;
      text-align: center; }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important;
      max-height: 80px !important;
      max-width: 80px !important; }
      @media (min-width: 768px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 576px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 1rem;
        font-size: 1rem; }
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem > .highlight {
          color: red; }
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem > .text .bold {
          font-weight: bold; }
        @media (min-width: 768px) {
          .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.15rem; } }
        @media (min-width: 992px) {
          .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.35rem; } }
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 {
          padding-left: 2rem;
          list-style: none; }
          @media (min-width: 768px) {
            .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 {
              padding-left: 4rem; } }
          .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
            margin-bottom: 0.2rem;
            font-size: 1rem;
            font-size: 1rem; }
            @media (min-width: 768px) {
              .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
                font-size: 1.15rem; } }
            @media (min-width: 992px) {
              .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 > .listItem2 {
                font-size: 1.35rem; } }
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem > .list2 li::before {
          content: "\2022";
          color: black;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
        margin-bottom: 0.2rem;
        font-size: 1rem; }
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .highlight {
          color: red; }
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font {
          font-weight: bold; }
        @media (min-width: 768px) {
          .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.3rem; } }
        @media (min-width: 992px) {
          .promotionJuly3 > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.5rem; } }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList {
      padding-left: 1.5rem;
      margin-bottom: 0.2rem; }
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
        font-size: 0.9rem;
        font-weight: bold; }
        @media (min-width: 576px) {
          .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
            font-size: 1rem; } }
        @media (min-width: 768px) {
          .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem {
            font-size: 1.4rem; } }
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeItem > .highlight {
          color: red; }
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList .link {
        color: blue !important; }
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
        font-size: 0.8rem; }
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail > .bold {
          font-weight: bold;
          color: red; }
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail > .highlight {
          color: red; }
        @media (min-width: 576px) {
          .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeDetail {
            font-size: 1.25rem; } }
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
        font-size: 0.65rem; }
        @media (min-width: 576px) {
          .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
            font-size: 0.7rem; } }
        @media (min-width: 768px) {
          .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
            font-size: 0.8rem; } }
        @media (min-width: 992px) {
          .promotionJuly3 > .promotionDetail > .promotionPolicy > .prizeList > .prizeSubDetail {
            font-size: 0.85rem; } }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 1rem;
      font-size: 1rem; }
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font {
        font-weight: bold; }
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .hightlight {
          color: red; }
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .highlight2 {
          color: #ffc000; }
      @media (min-width: 768px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.3rem; } }
      @media (min-width: 992px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.5rem; } }
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .font {
      font-weight: bold; }
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .font > .hightlight {
        color: red; }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .highlight {
      color: red; }
    @media (min-width: 576px) {
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
        font-size: 1rem; } }
    @media (min-width: 768px) {
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
        font-size: 1.2rem; } }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
      color: #4989bf !important; }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription3 {
      font-size: 0.85rem; }
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription3 > .font {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription3 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription3 {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription3 {
          font-size: 1.4rem; } }
    .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription4 {
      font-size: 0.8rem; }
      .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription4 > .font {
        font-weight: bold; }
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription4 > .font > .hightlight {
          color: red; }
      @media (min-width: 576px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription4 {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription4 {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionJuly3 > .promotionDetail > .promotionPolicy > .promotionSubDescription4 {
          font-size: 1.25rem; } }
  .promotionJuly3 > .promotionDetail .bannerGrop {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    flex-direction: column; }
    @media (min-width: 992px) {
      .promotionJuly3 > .promotionDetail .bannerGrop {
        flex-direction: row; } }
    .promotionJuly3 > .promotionDetail .bannerGrop .promotionBanner {
      padding-top: 1rem;
      margin-top: 1rem; }
      .promotionJuly3 > .promotionDetail .bannerGrop .promotionBanner .popupLink {
        cursor: pointer;
        width: 100%; }
        .promotionJuly3 > .promotionDetail .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
          width: 100%; }
          @media (min-width: 992px) {
            .promotionJuly3 > .promotionDetail .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
              max-width: 430px;
              margin-right: 1.5rem; } }
        .promotionJuly3 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
          margin-top: 1rem;
          text-align: center;
          font-size: 1.2rem;
          line-height: 1.6; }
          @media (min-width: 576px) {
            .promotionJuly3 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.2rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .promotionJuly3 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .promotionJuly3 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .promotionJuly3 > .promotionDetail .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
  .promotionJuly3 > .promotionDetail > .promotionRemark {
    font-size: 0.9rem; }
    .promotionJuly3 > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 768px) {
      .promotionJuly3 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionJuly3 > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
  .promotionJuly3 .promotionRedeem {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2rem auto; }
    .promotionJuly3 .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionJuly3 .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionJuly3 .promotionRedeem .btnWeb {
      background-color: red !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 200px;
      margin-right: 1rem;
      font-size: 0.9rem;
      width: 40%; }
      @media (min-width: 768px) {
        .promotionJuly3 .promotionRedeem .btnWeb {
          font-size: 1.2rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionJuly3 .promotionRedeem .btnWeb {
          font-size: 1.3rem;
          width: 100%; } }
    .promotionJuly3 .promotionRedeem .btnWeb2 {
      background-color: #008000 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5erm;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 300px;
      font-size: 0.9rem;
      width: 50%; }
      @media (min-width: 768px) {
        .promotionJuly3 .promotionRedeem .btnWeb2 {
          font-size: 1.2rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionJuly3 .promotionRedeem .btnWeb2 {
          font-size: 1.3rem;
          width: 100%; } }

.prizeSub {
  font-size: 0.65rem; }
  @media (min-width: 576px) {
    .prizeSub {
      font-size: 0.7rem; } }
  @media (min-width: 768px) {
    .prizeSub {
      font-size: 0.8rem; } }
  @media (min-width: 992px) {
    .prizeSub {
      font-size: 0.85rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nanmeeBooks {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .nanmeeBooks {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .nanmeeBooks {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .nanmeeBooks {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .nanmeeBooks {
      padding-bottom: 19rem !important; } }

.promotionNanmee {
  font-family: "Kanit";
  background-color: white; }
  .promotionNanmee > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionNanmee > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionNanmee > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionNanmee > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionNanmee > .promotionHeader > .promotionDate {
      margin-top: 1rem; }
      @media (max-width: 575.98px) {
        .promotionNanmee > .promotionHeader > .promotionDate {
          font-size: 0.9rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .promotionNanmee > .promotionHeader > .promotionDate {
          font-size: 1rem; } }
    .promotionNanmee > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionNanmee > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionNanmee > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionNanmee > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionNanmee > .promotionHeader > .promotionTitle > .highlight {
        color: red; }
      .promotionNanmee > .promotionHeader > .promotionTitle > .highlight2 {
        color: #008000; }
    .promotionNanmee > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: white;
      margin: 1rem 0; }
      @media (min-width: 576px) {
        .promotionNanmee > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionNanmee > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionNanmee > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
      .promotionNanmee > .promotionHeader .promotionSubTitle > .background {
        padding: 0.5rem 0;
        background-color: darkblue; }
        .promotionNanmee > .promotionHeader .promotionSubTitle > .background > .highlight {
          color: yellow; }
  .promotionNanmee > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionNanmee > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionNanmee > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionNanmee > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionNanmee > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionNanmee > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionNanmee > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionNanmee > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionNanmee > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionNanmee > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionNanmee > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionNanmee > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionNanmee > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionNanmee > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionNanmee > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionNanmee > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionNanmee > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .app > .download {
          font-size: 1rem; } }
    .promotionNanmee > .promotionDetail > .promotionPolicy table {
      border-collapse: collapse;
      width: 100%; }
    .promotionNanmee > .promotionDetail > .promotionPolicy td, .promotionNanmee > .promotionDetail > .promotionPolicy th {
      border: 1px solid black;
      padding: 10px;
      text-align: center; }
    .promotionNanmee > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionNanmee > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionNanmee > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionNanmee > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionNanmee > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important;
      max-height: 80px !important;
      max-width: 80px !important; }
      @media (min-width: 768px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionNanmee > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionNanmee > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionNanmee > .promotionDetail > .promotionPolicy > .title > .highlight {
        color: #FF6600; }
      @media (min-width: 576px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionNanmee > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        @media (min-width: 576px) {
          .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.25rem; } }
      .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem2 {
        margin-bottom: 0.2rem;
        font-size: 1rem;
        font-size: 1rem; }
        .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem2 > .links {
          color: #4989bf !important; }
        .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem2 > .red-links {
          color: red !important;
          cursor: pointer; }
        .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem2 > .highlight {
          color: red !important; }
        .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font {
          font-weight: bold; }
          .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem2 > .font > .hightlight {
            color: red; }
        @media (min-width: 768px) {
          .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.15rem; } }
        @media (min-width: 992px) {
          .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem2 {
            font-size: 1.35rem; } }
      .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem3 {
        margin-bottom: 0.2rem;
        font-size: 0.9rem; }
        @media (min-width: 576px) {
          .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 0.9rem; } }
        @media (min-width: 768px) {
          .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 1rem; } }
        @media (min-width: 992px) {
          .promotionNanmee > .promotionDetail > .promotionPolicy > .list > .listItem3 {
            font-size: 1rem; } }
    .promotionNanmee > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 1rem;
      font-size: 1rem; }
      .promotionNanmee > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font {
        font-weight: bold; }
        .promotionNanmee > .promotionDetail > .promotionPolicy > .promotionSubDescription > .font > .hightlight {
          color: red; }
      @media (min-width: 768px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.3rem; } }
      @media (min-width: 992px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.5rem; } }
      .promotionNanmee > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionNanmee > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionNanmee > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        color: red; }
      @media (min-width: 576px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionNanmee > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
    .promotionNanmee > .promotionDetail > .promotionPolicy > .promotionNote {
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .promotionNote {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionNanmee > .promotionDetail > .promotionPolicy > .promotionNote {
          font-size: 1rem; } }
  .promotionNanmee > .promotionDetail > .promotionRemark {
    font-size: 0.9rem; }
    .promotionNanmee > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 768px) {
      .promotionNanmee > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .promotionNanmee > .promotionDetail > .promotionRemark {
        font-size: 1rem; } }
  .promotionNanmee .promotionRedeem {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2rem auto; }
    .promotionNanmee .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionNanmee .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionNanmee .promotionRedeem .btnWeb {
      background-color: red !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 200px;
      margin-right: 1rem;
      font-size: 0.9rem;
      width: 40%; }
      @media (min-width: 768px) {
        .promotionNanmee .promotionRedeem .btnWeb {
          font-size: 1.2rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionNanmee .promotionRedeem .btnWeb {
          font-size: 1.3rem;
          width: 100%; } }
    .promotionNanmee .promotionRedeem .btnWeb2 {
      background-color: #008000 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      border-radius: 3rem;
      max-width: 250px;
      font-size: 0.9rem;
      width: 50%; }
      @media (min-width: 768px) {
        .promotionNanmee .promotionRedeem .btnWeb2 {
          font-size: 1.2rem;
          width: 100%; } }
      @media (min-width: 992px) {
        .promotionNanmee .promotionRedeem .btnWeb2 {
          font-size: 1.3rem;
          width: 100%; } }
  .promotionNanmee .bannerGrop {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    flex-direction: column; }
    @media (min-width: 992px) {
      .promotionNanmee .bannerGrop {
        flex-direction: row; } }
    .promotionNanmee .bannerGrop .promotionBanner {
      padding-top: 1rem;
      margin-top: 1rem; }
      .promotionNanmee .bannerGrop .promotionBanner .popupLink {
        cursor: pointer;
        width: 100%; }
        .promotionNanmee .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
          width: 100%; }
          @media (min-width: 992px) {
            .promotionNanmee .bannerGrop .promotionBanner .popupLink .promotionBannerImage {
              max-width: 430px;
              margin-right: 1.5rem; } }
        .promotionNanmee .bannerGrop .promotionBanner .popupLink .text {
          margin-top: 1rem;
          text-align: center;
          font-size: 1.2rem;
          line-height: 1.6; }
          @media (min-width: 576px) {
            .promotionNanmee .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.2rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .promotionNanmee .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .promotionNanmee .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .promotionNanmee .bannerGrop .promotionBanner .popupLink .text {
              font-size: 1.3rem;
              line-height: 1.6; } }

.tbHead {
  font-size: 18px; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.myDearEBook {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .myDearEBook {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .myDearEBook {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .myDearEBook {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .myDearEBook {
      padding-bottom: 19rem !important; } }

.promotionCampaignMyDearEBook {
  font-family: "Kanit";
  background-color: white; }
  .promotionCampaignMyDearEBook > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionCampaignMyDearEBook > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionCampaignMyDearEBook > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionCampaignMyDearEBook > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionCampaignMyDearEBook > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionCampaignMyDearEBook > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionCampaignMyDearEBook > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionCampaignMyDearEBook > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionCampaignMyDearEBook > .promotionHeader > .promotionTitle > .highlight {
        color: orangered; }
    .promotionCampaignMyDearEBook > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionCampaignMyDearEBook > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignMyDearEBook > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaignMyDearEBook > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionCampaignMyDearEBook > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionCampaignMyDearEBook > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionCampaignMyDearEBook > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionCampaignMyDearEBook > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      @media (min-width: 576px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        @media (min-width: 576px) {
          .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionCampaignMyDearEBook > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
  .promotionCampaignMyDearEBook > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionCampaignMyDearEBook > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionCampaignMyDearEBook > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionCampaignMyDearEBook > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionCampaignMyDearEBook > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionCampaignMyDearEBook .promotionRedeem {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
    .promotionCampaignMyDearEBook .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionCampaignMyDearEBook .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionCampaignMyDearEBook .promotionRedeem .btnWeb {
      background-color: #00008B !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.condition {
  padding-top: 1rem; }
  .condition > .header {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .condition > .header {
        margin-bottom: 1.5rem; } }
    .condition > .header > .title {
      font-family: "Kanit";
      font-size: 1.4rem;
      line-height: 1.6;
      font-weight: bold;
      padding: .5rem 0;
      margin-bottom: 0.5rem;
      border-bottom: 1px solid; }
      @media (min-width: 576px) {
        .condition > .header > .title {
          font-size: 1.4rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .condition > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .condition > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .condition > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .condition > .header > .title {
          padding: 1rem 0;
          margin-bottom: 1rem; } }
    .condition > .header > .text {
      font-size: 1.1rem;
      line-height: 1.6;
      margin-bottom: 1rem; }
      @media (min-width: 576px) {
        .condition > .header > .text {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .condition > .header > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .condition > .header > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .condition > .header > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
  .condition > .detail {
    margin-left: 0.5rem; }
    @media (min-width: 768px) {
      .condition > .detail {
        margin-left: 1rem; } }
    .condition > .detail > .detailList {
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .condition > .detail > .detailList {
          margin-left: 1.5rem;
          margin-bottom: 2rem; } }
      .condition > .detail > .detailList > .listTitle {
        font-family: "Kanit";
        margin-bottom: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.6; }
        @media (min-width: 768px) {
          .condition > .detail > .detailList > .listTitle {
            margin-bottom: 1rem; } }
        @media (min-width: 576px) {
          .condition > .detail > .detailList > .listTitle {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .condition > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .condition > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .condition > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
      .condition > .detail > .detailList > .listText {
        margin-left: .5rem;
        margin-bottom: 0.5rem;
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 768px) {
          .condition > .detail > .detailList > .listText {
            margin-left: 1.5rem;
            margin-bottom: 1rem; } }
        @media (min-width: 576px) {
          .condition > .detail > .detailList > .listText {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .condition > .detail > .detailList > .listText {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .condition > .detail > .detailList > .listText {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .condition > .detail > .detailList > .listText {
            font-size: 1.1rem;
            line-height: 1.6; } }
      .condition > .detail > .detailList > .listSubtext {
        display: flex;
        margin-left: .5rem;
        margin-bottom: 0.5rem;
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 768px) {
          .condition > .detail > .detailList > .listSubtext {
            margin-left: 1.5rem;
            margin-bottom: 1rem; } }
        @media (min-width: 576px) {
          .condition > .detail > .detailList > .listSubtext {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .condition > .detail > .detailList > .listSubtext {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .condition > .detail > .detailList > .listSubtext {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .condition > .detail > .detailList > .listSubtext {
            font-size: 1.1rem;
            line-height: 1.6; } }
        .condition > .detail > .detailList > .listSubtext > .bullet {
          margin-right: 1rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.contactUs {
  padding-top: 1rem; }
  .contactUs > .header {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .contactUs > .header {
        margin-bottom: 1.5rem; } }
    .contactUs > .header > .title {
      font-family: "Kanit";
      font-size: 1.4rem;
      line-height: 1.6;
      font-weight: bold;
      padding: .5rem 0;
      margin-bottom: 0.5rem;
      border-bottom: 1px solid; }
      @media (min-width: 576px) {
        .contactUs > .header > .title {
          font-size: 1.4rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .contactUs > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .contactUs > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .contactUs > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .contactUs > .header > .title {
          padding: 1rem 0;
          margin-bottom: 1rem; } }
  .contactUs > .detail {
    margin-left: 0.5rem; }
    @media (min-width: 768px) {
      .contactUs > .detail {
        margin-left: 1rem; } }
    .contactUs > .detail > .detailList {
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .contactUs > .detail > .detailList {
          margin-left: 1.5rem;
          margin-bottom: 2rem; } }
      .contactUs > .detail > .detailList > .listTitle {
        font-family: "Kanit";
        margin-bottom: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.6; }
        @media (min-width: 768px) {
          .contactUs > .detail > .detailList > .listTitle {
            margin-bottom: 1rem; } }
        @media (min-width: 576px) {
          .contactUs > .detail > .detailList > .listTitle {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .contactUs > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .contactUs > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .contactUs > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
      .contactUs > .detail > .detailList .listText {
        margin-bottom: 0.5rem;
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 768px) {
          .contactUs > .detail > .detailList .listText {
            margin-bottom: 1rem; } }
        @media (min-width: 576px) {
          .contactUs > .detail > .detailList .listText {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .contactUs > .detail > .detailList .listText {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .contactUs > .detail > .detailList .listText {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .contactUs > .detail > .detailList .listText {
            font-size: 1.1rem;
            line-height: 1.6; } }
      .contactUs > .detail > .detailList > .image {
        width: 100%;
        margin: 0 auto; }
        @media (min-width: 768px) {
          .contactUs > .detail > .detailList > .image {
            width: 80%; } }
  .contactUs ul {
    list-style-type: disc;
    padding-left: 2em; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.download {
  font-family: "Kanit"; }
  .download > .header {
    margin-bottom: 0.5rem; }
    @media (min-width: 992px) {
      .download > .header {
        margin-bottom: 1.5rem; } }
    .download > .header > .title {
      font-size: 1.4rem;
      line-height: 1.6;
      font-weight: bold;
      padding: .5rem 0;
      margin-bottom: 0.5rem;
      border-bottom: 1px solid; }
      @media (min-width: 576px) {
        .download > .header > .title {
          font-size: 1.4rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .download > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .download > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .download > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .download > .header > .title {
          padding: 1rem 0;
          margin-bottom: 1rem; } }
  .download > .appList > .appItem {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d1d1d1; }
    .download > .appList > .appItem:last-of-type {
      border-bottom: 0;
      margin-bottom: 0; }
    .download > .appList > .appItem > .appInfo {
      text-align: center;
      margin-bottom: 0.5rem; }
      @media (min-width: 992px) {
        .download > .appList > .appItem > .appInfo {
          margin-bottom: 0;
          margin-right: 1rem; } }
      .download > .appList > .appItem > .appInfo > .appImage {
        border-radius: 1rem;
        height: 70px; }
        @media (min-width: 768px) {
          .download > .appList > .appItem > .appInfo > .appImage {
            height: 60px; } }
        @media (min-width: 992px) {
          .download > .appList > .appItem > .appInfo > .appImage {
            height: 65px; } }
        @media (min-width: 1200px) {
          .download > .appList > .appItem > .appInfo > .appImage {
            height: 70px; } }
    .download > .appList > .appItem > .appDescription {
      text-align: center;
      margin-bottom: 0.5rem; }
      @media (min-width: 992px) {
        .download > .appList > .appItem > .appDescription {
          margin-bottom: 0;
          margin-right: 0.5rem; } }
      .download > .appList > .appItem > .appDescription > .text {
        font-size: 0.8rem; }
        @media (min-width: 992px) {
          .download > .appList > .appItem > .appDescription > .text {
            font-size: 0.9rem; } }
    .download > .appList > .appItem > .downloadApp {
      width: fit-content;
      display: flex; }
      .download > .appList > .appItem > .downloadApp > .button {
        cursor: pointer;
        display: block;
        margin-right: 0.5rem; }
        @media (min-width: 992px) {
          .download > .appList > .appItem > .downloadApp > .button {
            margin-right: 1rem; } }
        .download > .appList > .appItem > .downloadApp > .button > .buttonIcon {
          border-radius: 12px;
          height: 50px; }
          @media (min-width: 768px) {
            .download > .appList > .appItem > .downloadApp > .button > .buttonIcon {
              height: 60px; } }
          @media (min-width: 992px) {
            .download > .appList > .appItem > .downloadApp > .button > .buttonIcon {
              height: 60px; } }
          @media (min-width: 1200px) {
            .download > .appList > .appItem > .downloadApp > .button > .buttonIcon {
              height: 60px; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.mPaycondition {
  padding-top: 1rem; }
  .mPaycondition > .header {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .mPaycondition > .header {
        margin-bottom: 1.5rem; } }
    .mPaycondition > .header > .title {
      text-align: center;
      font-family: "Kanit";
      font-size: 1.4rem;
      line-height: 1.6;
      font-weight: bold;
      padding: 0.5rem 0;
      margin-bottom: 0.5rem;
      border-bottom: 1px solid; }
      @media (min-width: 576px) {
        .mPaycondition > .header > .title {
          font-size: 1.4rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .mPaycondition > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .mPaycondition > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .mPaycondition > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .mPaycondition > .header > .title {
          padding: 1rem 0;
          margin-bottom: 1rem; } }
    .mPaycondition > .header > .title2 {
      text-align: center;
      font-family: "Kanit";
      font-size: 1.4rem;
      line-height: 1.6;
      font-weight: bold;
      padding: 0.5rem 0;
      margin-bottom: 0.5rem; }
      @media (min-width: 576px) {
        .mPaycondition > .header > .title2 {
          font-size: 1.4rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .mPaycondition > .header > .title2 {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .mPaycondition > .header > .title2 {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .mPaycondition > .header > .title2 {
          font-size: 1.5rem;
          line-height: 1.6; } }
    .mPaycondition > .header > .text {
      font-size: 1rem;
      line-height: 1.6;
      text-indent: 1rem;
      margin-bottom: 1rem;
      font-family: "Sarabun"; }
      @media (min-width: 576px) {
        .mPaycondition > .header > .text {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .mPaycondition > .header > .text {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .mPaycondition > .header > .text {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .mPaycondition > .header > .text {
          font-size: 1.1rem;
          line-height: 1.6; } }
  .mPaycondition > .header2 {
    border-top: 1px solid; }
  .mPaycondition > .detail > .detailList {
    margin-bottom: 1rem; }
    .mPaycondition > .detail > .detailList > .listTitle {
      font-family: "Kanit";
      font-size: 1rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .mPaycondition > .detail > .detailList > .listTitle {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .mPaycondition > .detail > .detailList > .listTitle {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .mPaycondition > .detail > .detailList > .listTitle {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .mPaycondition > .detail > .detailList > .listTitle {
          font-size: 1.1rem;
          line-height: 1.6; } }
    .mPaycondition > .detail > .detailList > .listText {
      margin-left: 0.5rem;
      margin-bottom: 0.5rem;
      font-size: 1rem;
      font-family: "Sarabun"; }
      @media (min-width: 768px) {
        .mPaycondition > .detail > .detailList > .listText {
          margin-left: 1.5rem;
          margin-bottom: 1rem; } }
  .mPaycondition .underLineTitle {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.6;
    text-decoration: underline; }
    @media (min-width: 576px) {
      .mPaycondition .underLineTitle {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .mPaycondition .underLineTitle {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .mPaycondition .underLineTitle {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .mPaycondition .underLineTitle {
        font-size: 1.1rem;
        line-height: 1.6; } }
  .mPaycondition .orderText-box {
    display: flex;
    margin-top: 0.25rem;
    font-family: "Sarabun"; }
    .mPaycondition .orderText-box .orderText-no {
      padding-right: 8px; }
    .mPaycondition .orderText-box .orderText-no--sub {
      min-width: 40px;
      text-align: right;
      padding-right: 8px; }
    .mPaycondition .orderText-box .boldTitle {
      font-weight: 500; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.policy {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .policy > .header {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .policy > .header {
        margin-bottom: 1.5rem; } }
    .policy > .header > .title {
      font-family: "Kanit";
      font-size: 1.4rem;
      line-height: 1.6;
      font-weight: bold;
      padding: .5rem 0;
      margin-bottom: 0.5rem;
      border-bottom: 1px solid; }
      @media (min-width: 576px) {
        .policy > .header > .title {
          font-size: 1.4rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .policy > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .policy > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .policy > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .policy > .header > .title {
          padding: 1rem 0;
          margin-bottom: 1rem; } }
    .policy > .header > .text {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold;
      margin-bottom: 0.5rem; }
      @media (min-width: 576px) {
        .policy > .header > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .policy > .header > .text {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .policy > .header > .text {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .policy > .header > .text {
          font-size: 1.3rem;
          line-height: 1.6; } }
    .policy > .header > .description {
      font-size: 1.1rem;
      line-height: 1.6;
      margin-left: 1rem;
      margin-bottom: 1rem; }
      @media (min-width: 576px) {
        .policy > .header > .description {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .policy > .header > .description {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .policy > .header > .description {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .policy > .header > .description {
          font-size: 1.2rem;
          line-height: 1.6; } }
  .policy > .detail {
    margin-left: 0.5rem; }
    @media (min-width: 768px) {
      .policy > .detail {
        margin-left: 1rem; } }
    .policy > .detail > .detailList {
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .policy > .detail > .detailList {
          margin-left: 1.5rem;
          margin-bottom: 2rem; } }
      .policy > .detail > .detailList > .listTitle {
        font-family: "Kanit";
        margin-bottom: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.6; }
        @media (min-width: 768px) {
          .policy > .detail > .detailList > .listTitle {
            margin-bottom: 1rem; } }
        @media (min-width: 576px) {
          .policy > .detail > .detailList > .listTitle {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .policy > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .policy > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .policy > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
      .policy > .detail > .detailList > .listText {
        margin-left: .5rem;
        margin-bottom: 0.5rem;
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 768px) {
          .policy > .detail > .detailList > .listText {
            margin-left: 1.5rem;
            margin-bottom: 1rem; } }
        @media (min-width: 576px) {
          .policy > .detail > .detailList > .listText {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .policy > .detail > .detailList > .listText {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .policy > .detail > .detailList > .listText {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .policy > .detail > .detailList > .listText {
            font-size: 1.1rem;
            line-height: 1.6; } }
      .policy > .detail > .detailList > .listText2 {
        margin-left: .5rem;
        margin-bottom: 0.5rem;
        text-indent: 2rem !important;
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 768px) {
          .policy > .detail > .detailList > .listText2 {
            margin-left: 1.5rem;
            margin-bottom: 1rem; } }
        @media (min-width: 576px) {
          .policy > .detail > .detailList > .listText2 {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .policy > .detail > .detailList > .listText2 {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .policy > .detail > .detailList > .listText2 {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .policy > .detail > .detailList > .listText2 {
            font-size: 1.1rem;
            line-height: 1.6; } }
      .policy > .detail > .detailList .link {
        color: #337ab7 !important;
        text-decoration: none !important; }
        .policy > .detail > .detailList .link:hover {
          text-decoration: underline !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.privacy {
  padding-top: 1rem; }
  .privacy > .header {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .privacy > .header {
        margin-bottom: 1.5rem; } }
    .privacy > .header > .title {
      font-family: "Kanit";
      font-size: 1.4rem;
      line-height: 1.6;
      font-weight: bold;
      padding: .5rem 0;
      margin-bottom: 0.5rem;
      border-bottom: 1px solid; }
      @media (min-width: 576px) {
        .privacy > .header > .title {
          font-size: 1.4rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .privacy > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .privacy > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .privacy > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .privacy > .header > .title {
          padding: 1rem 0;
          margin-bottom: 1rem; } }
    .privacy > .header > .text {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold;
      margin-bottom: 0.5rem; }
      @media (min-width: 576px) {
        .privacy > .header > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .privacy > .header > .text {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .privacy > .header > .text {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .privacy > .header > .text {
          font-size: 1.3rem;
          line-height: 1.6; } }
    .privacy > .header > .description {
      font-size: 1.1rem;
      line-height: 1.6;
      margin-left: 1rem;
      margin-bottom: 1rem; }
      @media (min-width: 576px) {
        .privacy > .header > .description {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .privacy > .header > .description {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .privacy > .header > .description {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .privacy > .header > .description {
          font-size: 1.2rem;
          line-height: 1.6; } }
  .privacy > .detail {
    margin-left: 0.5rem; }
    @media (min-width: 768px) {
      .privacy > .detail {
        margin-left: 1rem; } }
    .privacy > .detail > .detailList {
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .privacy > .detail > .detailList {
          margin-left: 1.5rem;
          margin-bottom: 2rem; } }
      .privacy > .detail > .detailList > .listTitle {
        font-family: "Kanit";
        margin-bottom: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.6; }
        @media (min-width: 768px) {
          .privacy > .detail > .detailList > .listTitle {
            margin-bottom: 1rem; } }
        @media (min-width: 576px) {
          .privacy > .detail > .detailList > .listTitle {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .privacy > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .privacy > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .privacy > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
      .privacy > .detail > .detailList > .listText {
        margin-left: .5rem;
        margin-bottom: 0.5rem;
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 768px) {
          .privacy > .detail > .detailList > .listText {
            margin-left: 1.5rem;
            margin-bottom: 1rem; } }
        @media (min-width: 576px) {
          .privacy > .detail > .detailList > .listText {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .privacy > .detail > .detailList > .listText {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .privacy > .detail > .detailList > .listText {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .privacy > .detail > .detailList > .listText {
            font-size: 1.1rem;
            line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.discountBox {
  display: flex;
  justify-content: flex-end; }
  .discountBox.disabled > .discountButton {
    display: block;
    background-color: #9A9A9A;
    border: 1px solid black;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: black;
    font-size: 1rem;
    line-height: 1.6; }
    .discountBox.disabled > .discountButton > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .discountBox.disabled > .discountButton > .text {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 576px) {
      .discountBox.disabled > .discountButton {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .discountBox.disabled > .discountButton {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .discountBox.disabled > .discountButton {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .discountBox.disabled > .discountButton {
        font-size: 1.1rem;
        line-height: 1.6; } }
  .discountBox > .discountInput {
    border: 1px solid #363636;
    padding: 0.3rem;
    text-align: left;
    border-radius: 0.2rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.6;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .discountBox > .discountInput:focus {
      outline: none; }
    @media (min-width: 576px) {
      .discountBox > .discountInput {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .discountBox > .discountInput {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .discountBox > .discountInput {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .discountBox > .discountInput {
        font-size: 1.1rem;
        line-height: 1.6; } }
  .discountBox > .discountButton {
    display: block;
    background-color: black;
    border: 1px solid black;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: white;
    font-size: 1rem;
    line-height: 1.6;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .discountBox > .discountButton > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .discountBox > .discountButton > .text {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 576px) {
      .discountBox > .discountButton {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .discountBox > .discountButton {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .discountBox > .discountButton {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .discountBox > .discountButton {
        font-size: 1.1rem;
        line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.paymentOokbee {
  padding-bottom: 16rem !important; }

@media (max-width: 767px) {
  .paymentOokbee {
    padding-bottom: 21rem !important; } }

.payment {
  padding-top: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .payment {
      padding-top: 1.5rem;
      margin-bottom: 1.5rem; } }
  @media (min-width: 992px) {
    .payment {
      padding-top: 2rem;
      margin-bottom: 2rem; } }
  .payment > .paymentHeader {
    text-align: center;
    padding-bottom: 1rem; }
    .payment > .paymentHeader > .paymentTitle {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .payment > .paymentHeader > .paymentTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .payment > .paymentHeader > .paymentTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .payment > .paymentHeader > .paymentTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .payment > .paymentHeader > .paymentTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
  .payment > .paymentItemHeader {
    background-color: #F0F0F0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center; }
    .payment > .paymentItemHeader > .text {
      font-size: 1.1rem;
      line-height: 1.6;
      color: black; }
      @media (min-width: 576px) {
        .payment > .paymentItemHeader > .text {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .payment > .paymentItemHeader > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .payment > .paymentItemHeader > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .payment > .paymentItemHeader > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
  .payment > .paymentItemList {
    border-bottom: 0.2px solid rgba(0, 0, 0, 0.5);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .payment > .paymentItemList > .contentName > .text {
      font-size: 1rem;
      line-height: 1.6;
      word-wrap: break-word;
      word-break: break-word;
      overflow: hidden;
      -webkit-line-clamp: 2;
      max-height: 3.2rem;
      font-weight: bold;
      color: #4E4E4E; }
      @media (min-width: 576px) {
        .payment > .paymentItemList > .contentName > .text {
          font-size: 1rem;
          line-height: 1.6;
          word-wrap: break-word;
          word-break: break-word;
          overflow: hidden;
          -webkit-line-clamp: 2;
          max-height: 3.2rem; } }
      @media (min-width: 768px) {
        .payment > .paymentItemList > .contentName > .text {
          font-size: 1.1rem;
          line-height: 1.6;
          word-wrap: break-word;
          word-break: break-word;
          overflow: hidden;
          -webkit-line-clamp: 2;
          max-height: 3.52rem; } }
      @media (min-width: 992px) {
        .payment > .paymentItemList > .contentName > .text {
          font-size: 1.1rem;
          line-height: 1.6;
          word-wrap: break-word;
          word-break: break-word;
          overflow: hidden;
          -webkit-line-clamp: 2;
          max-height: 3.52rem; } }
      @media (min-width: 1200px) {
        .payment > .paymentItemList > .contentName > .text {
          font-size: 1.1rem;
          line-height: 1.6;
          word-wrap: break-word;
          word-break: break-word;
          overflow: hidden;
          -webkit-line-clamp: 2;
          max-height: 3.52rem; } }
    .payment > .paymentItemList > .contentPrice {
      text-align: right; }
      .payment > .paymentItemList > .contentPrice > .discountPrice {
        font-size: 0.8rem;
        line-height: 1.6;
        color: #d53a3a; }
        @media (min-width: 576px) {
          .payment > .paymentItemList > .contentPrice > .discountPrice {
            font-size: 0.9rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .payment > .paymentItemList > .contentPrice > .discountPrice {
            font-size: 0.95rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .payment > .paymentItemList > .contentPrice > .discountPrice {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .payment > .paymentItemList > .contentPrice > .discountPrice {
            font-size: 1rem;
            line-height: 1.6; } }
      .payment > .paymentItemList > .contentPrice > .totalPrice {
        font-size: 1rem;
        line-height: 1.6;
        font-weight: bold;
        color: #4E4E4E; }
        @media (min-width: 576px) {
          .payment > .paymentItemList > .contentPrice > .totalPrice {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .payment > .paymentItemList > .contentPrice > .totalPrice {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .payment > .paymentItemList > .contentPrice > .totalPrice {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .payment > .paymentItemList > .contentPrice > .totalPrice {
            font-size: 1.1rem;
            line-height: 1.6; } }
  .payment > .paymentSummary {
    margin-bottom: 3rem;
    margin-top: 1rem; }
    .payment > .paymentSummary > .paymentDiscount {
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .payment > .paymentSummary > .paymentDiscount {
          margin-bottom: 0; } }
      .payment > .paymentSummary > .paymentDiscount > .error {
        font-size: 1.1rem;
        line-height: 1.6; }
        @media (min-width: 576px) {
          .payment > .paymentSummary > .paymentDiscount > .error {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .payment > .paymentSummary > .paymentDiscount > .error {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .payment > .paymentSummary > .paymentDiscount > .error {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .payment > .paymentSummary > .paymentDiscount > .error {
            font-size: 1.2rem;
            line-height: 1.6; } }
    .payment > .paymentSummary .paymentTotalPrice {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1rem;
      line-height: 1.6;
      color: #4E4E4E; }
      @media (min-width: 576px) {
        .payment > .paymentSummary .paymentTotalPrice {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .payment > .paymentSummary .paymentTotalPrice {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .payment > .paymentSummary .paymentTotalPrice {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .payment > .paymentSummary .paymentTotalPrice {
          font-size: 1.1rem;
          line-height: 1.6; } }
    .payment > .paymentSummary .paymentTotalDiscountPrice {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      font-size: 1rem;
      line-height: 1.6;
      color: #d53a3a; }
      @media (min-width: 576px) {
        .payment > .paymentSummary .paymentTotalDiscountPrice {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .payment > .paymentSummary .paymentTotalDiscountPrice {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .payment > .paymentSummary .paymentTotalDiscountPrice {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .payment > .paymentSummary .paymentTotalDiscountPrice {
          font-size: 1.1rem;
          line-height: 1.6; } }
    .payment > .paymentSummary .paymentDiscountInfo {
      display: flex;
      font-size: 0.8rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .payment > .paymentSummary .paymentDiscountInfo {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .payment > .paymentSummary .paymentDiscountInfo {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .payment > .paymentSummary .paymentDiscountInfo {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .payment > .paymentSummary .paymentDiscountInfo {
          font-size: 1rem;
          line-height: 1.6; } }
      .payment > .paymentSummary .paymentDiscountInfo > .detail {
        color: #747474;
        margin-right: 0.5rem; }
      .payment > .paymentSummary .paymentDiscountInfo > .cancelLink {
        cursor: pointer;
        color: cornflowerblue; }
        .payment > .paymentSummary .paymentDiscountInfo > .cancelLink:hover {
          text-decoration: underline; }
    .payment > .paymentSummary .paymentTotalPaidPrice {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid;
      border-bottom: 3px double;
      font-size: 1.1rem;
      line-height: 1.6;
      color: black;
      font-weight: bold; }
      @media (min-width: 576px) {
        .payment > .paymentSummary .paymentTotalPaidPrice {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .payment > .paymentSummary .paymentTotalPaidPrice {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .payment > .paymentSummary .paymentTotalPaidPrice {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .payment > .paymentSummary .paymentTotalPaidPrice {
          font-size: 1.2rem;
          line-height: 1.6; } }
  .payment > .paymentMethods {
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .payment > .paymentMethods {
        margin-bottom: 2rem; } }
    .payment > .paymentMethods > .paymentMethodHeader {
      font-size: 1rem;
      line-height: 1.6;
      color: black;
      font-weight: bold;
      text-align: center;
      border-top: 1px dotted;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      @media (min-width: 576px) {
        .payment > .paymentMethods > .paymentMethodHeader {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .payment > .paymentMethods > .paymentMethodHeader {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .payment > .paymentMethods > .paymentMethodHeader {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .payment > .paymentMethods > .paymentMethodHeader {
          font-size: 1.1rem;
          line-height: 1.6; } }
    .payment > .paymentMethods > .paymentMethodItem {
      cursor: pointer;
      width: calc(100%/2);
      margin-bottom: 1rem; }
      @media screen and (min-width: 415px) {
        .payment > .paymentMethods > .paymentMethodItem {
          width: calc(100%/3); } }
      @media (min-width: 576px) {
        .payment > .paymentMethods > .paymentMethodItem {
          width: calc(100%/3); } }
      @media (min-width: 768px) {
        .payment > .paymentMethods > .paymentMethodItem {
          width: calc(100%/4); } }
      @media (min-width: 992px) {
        .payment > .paymentMethods > .paymentMethodItem {
          width: calc(100%/5); } }
      @media (min-width: 1200px) {
        .payment > .paymentMethods > .paymentMethodItem {
          width: calc(100%/6); } }
      .payment > .paymentMethods > .paymentMethodItem > .frame {
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 0.5rem;
        margin-bottom: .5rem;
        outline: 1px solid #d2d2d2;
        border: 5px solid transparent; }
        .payment > .paymentMethods > .paymentMethodItem > .frame.actived {
          outline: 3px solid black; }
        .payment > .paymentMethods > .paymentMethodItem > .frame > .icon {
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          margin-bottom: 0.3rem; }
          .payment > .paymentMethods > .paymentMethodItem > .frame > .icon > .image {
            width: 100%; }
        .payment > .paymentMethods > .paymentMethodItem > .frame > .name {
          font-size: 1rem;
          line-height: 1.6;
          word-wrap: break-word;
          word-break: break-word;
          overflow: hidden;
          -webkit-line-clamp: 2;
          max-height: 3.2rem; }
          @media (min-width: 576px) {
            .payment > .paymentMethods > .paymentMethodItem > .frame > .name {
              font-size: 1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 2;
              max-height: 3.2rem; } }
          @media (min-width: 768px) {
            .payment > .paymentMethods > .paymentMethodItem > .frame > .name {
              font-size: 1.1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 2;
              max-height: 3.52rem; } }
          @media (min-width: 992px) {
            .payment > .paymentMethods > .paymentMethodItem > .frame > .name {
              font-size: 1.1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 2;
              max-height: 3.52rem; } }
          @media (min-width: 1200px) {
            .payment > .paymentMethods > .paymentMethodItem > .frame > .name {
              font-size: 1.1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 2;
              max-height: 3.52rem; } }
  .payment > .paymentFooter > .button {
    font-size: 1rem;
    line-height: 1.6; }
    @media (min-width: 576px) {
      .payment > .paymentFooter > .button {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .payment > .paymentFooter > .button {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .payment > .paymentFooter > .button {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .payment > .paymentFooter > .button {
        font-size: 1.1rem;
        line-height: 1.6; } }
    .payment > .paymentFooter > .button.back {
      display: block;
      background-color: #9A9A9A;
      border: 1px solid #9A9A9A;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      width: fit-content;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      padding-right: 1rem; }
      .payment > .paymentFooter > .button.back > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .payment > .paymentFooter > .button.back > .text {
        display: inline-block;
        vertical-align: middle; }
    .payment > .paymentFooter > .button.next {
      display: block;
      background-color: black;
      border: 1px solid black;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      width: fit-content;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      padding-left: 1rem; }
      .payment > .paymentFooter > .button.next > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .payment > .paymentFooter > .button.next > .text {
        display: inline-block;
        vertical-align: middle; }
    .payment > .paymentFooter > .button > .icon {
      width: 10px;
      height: 10px; }
      .payment > .paymentFooter > .button > .icon.left {
        margin-right: 0.5rem; }
      .payment > .paymentFooter > .button > .icon.right {
        margin-left: 0.5rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.searchFrame {
  margin-top: 1rem; }
  .searchFrame > .searchHeader {
    border-bottom: 0.8px solid black;
    padding-bottom: 0.3rem;
    margin-bottom: 0.5rem; }
    .searchFrame > .searchHeader > .searchTitle {
      font-size: 0.8rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .searchFrame > .searchHeader > .searchTitle {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .searchFrame > .searchHeader > .searchTitle {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .searchFrame > .searchHeader > .searchTitle {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .searchFrame > .searchHeader > .searchTitle {
          font-size: 1rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.contentDetailFrame {
  padding-top: 1rem; }
  @media (min-width: 768px) {
    .contentDetailFrame {
      padding-top: 1.5rem; } }
  .contentDetailFrame .contentInfoTitle {
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .contentDetailFrame .contentInfoTitle {
        margin-bottom: 0; } }
    .contentDetailFrame .contentInfoTitle > .text {
      font-family: "Kanit";
      font-size: 1.7rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .contentDetailFrame .contentInfoTitle > .text {
          font-size: 1.7rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .contentDetailFrame .contentInfoTitle > .text {
          font-size: 1.8rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .contentDetailFrame .contentInfoTitle > .text {
          font-size: 1.8rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .contentDetailFrame .contentInfoTitle > .text {
          font-size: 1.8rem;
          line-height: 1.6; } }
  .contentDetailFrame .contentInfoCover {
    display: block;
    position: relative;
    height: fit-content;
    margin: 0;
    margin-bottom: 1rem;
    padding: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media (min-width: 992px) {
      .contentDetailFrame .contentInfoCover {
        text-align: left; } }
    .contentDetailFrame .contentInfoCover .coverSize {
      border: 1px solid #f2f2f2;
      width: 100%;
      height: auto;
      z-index: -1; }
    .contentDetailFrame .contentInfoCover .coverImage {
      display: flex;
      justify-content: center;
      padding: 2px;
      max-width: 100%; }
      .contentDetailFrame .contentInfoCover .coverImage .content-cover {
        width: 100%;
        max-width: 320px; }
      .contentDetailFrame .contentInfoCover .coverImage .icon_shop_campaign {
        position: absolute;
        width: 50%;
        height: auto;
        z-index: 4;
        right: 4px;
        max-width: 65.8px;
        top: -5px; }
      .contentDetailFrame .contentInfoCover .coverImage .discount {
        position: absolute;
        width: 50%;
        height: auto;
        z-index: 9;
        right: 14px;
        max-width: 45.8px;
        top: 10px;
        font-size: 14px;
        color: white;
        text-align: center; }
      @media (max-width: 767px) {
        .contentDetailFrame .contentInfoCover .coverImage .icon_shop_campaign {
          right: 21px !important; }
        .contentDetailFrame .contentInfoCover .coverImage .discount {
          right: 30px !important; } }
    .contentDetailFrame .contentInfoCover .icon {
      z-index: 3;
      position: absolute;
      background-color: black;
      border-radius: 50%;
      opacity: 0.8;
      bottom: 10px;
      right: 10px;
      height: 40px; }
      @media (min-width: 992px) {
        .contentDetailFrame .contentInfoCover .icon {
          bottom: 8px;
          right: 8px;
          height: 45px; } }
    .contentDetailFrame .contentInfoCover .coverLogo {
      position: absolute;
      width: 20%;
      height: auto;
      z-index: 4; }
    .contentDetailFrame .contentInfoCover .cover_icon_shop_campaign {
      position: absolute;
      width: 40%;
      height: auto;
      z-index: 4;
      top: -17px;
      left: -8px; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.ratingStar {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .ratingStar .starIcon {
    height: 14px;
    width: auto;
    margin-right: 0.3rem; }
    @media (min-width: 576px) {
      .ratingStar .starIcon {
        height: 16px; } }
    @media (min-width: 768px) {
      .ratingStar .starIcon {
        height: 18px; } }
    @media (min-width: 992px) {
      .ratingStar .starIcon {
        height: 20px; } }
    .ratingStar .starIcon:last-child {
      margin-right: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.contentRatingInfo {
  margin-bottom: 0.5rem; }
  .contentRatingInfo .ratingDetail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .contentRatingInfo .ratingDetail .ratingBox {
      margin-right: 0.5rem; }
    .contentRatingInfo .ratingDetail .reviewNumber {
      font-size: 0.8rem;
      line-height: 1.7; }
      @media (min-width: 576px) {
        .contentRatingInfo .ratingDetail .reviewNumber {
          font-size: 0.8rem;
          line-height: 1.7; } }
      @media (min-width: 768px) {
        .contentRatingInfo .ratingDetail .reviewNumber {
          font-size: 0.85rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .contentRatingInfo .ratingDetail .reviewNumber {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .contentRatingInfo .ratingDetail .reviewNumber {
          font-size: 0.9rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.contentWislistStatus {
  text-align: center; }
  .contentWislistStatus .wishlistButton {
    display: block;
    background-color: white;
    border: 1px solid black;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: black;
    width: 100%;
    margin-bottom: 0.5rem; }
    .contentWislistStatus .wishlistButton > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .contentWislistStatus .wishlistButton > .text {
      display: inline-block;
      vertical-align: middle; }
    .contentWislistStatus .wishlistButton .icon {
      height: 1rem;
      margin-right: 0.5rem; }
    .contentWislistStatus .wishlistButton .text {
      font-size: 0.8rem;
      line-height: 1.7; }
      @media (min-width: 576px) {
        .contentWislistStatus .wishlistButton .text {
          font-size: 0.8rem;
          line-height: 1.7; } }
      @media (min-width: 768px) {
        .contentWislistStatus .wishlistButton .text {
          font-size: 0.85rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .contentWislistStatus .wishlistButton .text {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .contentWislistStatus .wishlistButton .text {
          font-size: 0.9rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.shopContentDetailGetSampleAudio {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem; }
  .shopContentDetailGetSampleAudio > .getSampleButton {
    display: block;
    background-color: transparent;
    border: 1px solid black;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: black;
    width: 100%; }
    .shopContentDetailGetSampleAudio > .getSampleButton > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .shopContentDetailGetSampleAudio > .getSampleButton > .text {
      display: inline-block;
      vertical-align: middle; }
    .shopContentDetailGetSampleAudio > .getSampleButton > .getSampleIcon {
      height: 1rem;
      margin-right: 0.5rem; }
    .shopContentDetailGetSampleAudio > .getSampleButton > .text {
      font-size: 0.8rem;
      line-height: 1.7; }
      @media (min-width: 576px) {
        .shopContentDetailGetSampleAudio > .getSampleButton > .text {
          font-size: 0.8rem;
          line-height: 1.7; } }
      @media (min-width: 768px) {
        .shopContentDetailGetSampleAudio > .getSampleButton > .text {
          font-size: 0.85rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .shopContentDetailGetSampleAudio > .getSampleButton > .text {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .shopContentDetailGetSampleAudio > .getSampleButton > .text {
          font-size: 0.9rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.itemCarousel {
  position: relative; }
  .itemCarousel .carouselButton {
    position: absolute;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .itemCarousel .carouselButton:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    @media (min-width: 768px) {
      .itemCarousel .carouselButton {
        width: 50px;
        height: 50px; } }
    .itemCarousel .carouselButton.left {
      border-top-right-radius: 50%;
      border-bottom-right-radius: 50%;
      top: 50%;
      left: 0;
      transform: translate(0%, -50%); }
    .itemCarousel .carouselButton.rigth {
      border-top-left-radius: 50%;
      border-bottom-left-radius: 50%;
      top: 50%;
      right: 0;
      transform: translate(0%, -50%); }
    .itemCarousel .carouselButton > .carouselIcon {
      width: 18px; }
      @media (min-width: 576px) {
        .itemCarousel .carouselButton > .carouselIcon {
          width: 18px; } }
      @media (min-width: 768px) {
        .itemCarousel .carouselButton > .carouselIcon {
          width: 20px; } }
      @media (min-width: 992px) {
        .itemCarousel .carouselButton > .carouselIcon {
          width: 22px; } }
      @media (min-width: 1200px) {
        .itemCarousel .carouselButton > .carouselIcon {
          width: 24px; } }

.alice-carousel__stage-item {
  vertical-align: middle; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.communityContentListItem {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer; }
  .communityContentListItem:hover {
    text-decoration: none; }
  .communityContentListItem > .coverInfo {
    margin-bottom: 1rem;
    position: relative;
    width: 100%; }
    .communityContentListItem > .coverInfo > .imageCoverSize {
      width: 100%;
      height: auto;
      z-index: -1; }
    .communityContentListItem > .coverInfo > .image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      z-index: 1; }
  .communityContentListItem .contentName {
    align-self: flex-start;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: black;
    margin-bottom: 0.3rem;
    font-size: 1rem;
    line-height: 1.6;
    word-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    -webkit-line-clamp: 1;
    max-height: 1.6rem; }
    @media (min-width: 576px) {
      .communityContentListItem .contentName {
        font-size: 1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.6rem; } }
    @media (min-width: 768px) {
      .communityContentListItem .contentName {
        font-size: 1.1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.76rem; } }
    @media (min-width: 992px) {
      .communityContentListItem .contentName {
        font-size: 1.1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.76rem; } }
    @media (min-width: 1200px) {
      .communityContentListItem .contentName {
        font-size: 1.1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.76rem; } }
  .communityContentListItem > .contentDescription {
    align-self: flex-end;
    width: 100%;
    text-align: center;
    color: #313131;
    font-size: 0.8rem;
    line-height: 1.6;
    word-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    -webkit-line-clamp: 1;
    max-height: 1.28rem; }
    @media (min-width: 576px) {
      .communityContentListItem > .contentDescription {
        font-size: 0.9rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.44rem; } }
    @media (min-width: 768px) {
      .communityContentListItem > .contentDescription {
        font-size: 0.95rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.52rem; } }
    @media (min-width: 992px) {
      .communityContentListItem > .contentDescription {
        font-size: 1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.6rem; } }
    @media (min-width: 1200px) {
      .communityContentListItem > .contentDescription {
        font-size: 1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.6rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.slider-slide {
  padding-left: .5rem;
  padding-right: .5rem; }

.contentList > .item {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem; }

.contentList > .empty > .text {
  text-align: center;
  color: black;
  font-size: 1rem;
  line-height: 1.6; }
  @media (min-width: 576px) {
    .contentList > .empty > .text {
      font-size: 1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .contentList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .contentList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .contentList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.communityIndex {
  padding-top: 1rem; }
  .communityIndex .communityBanner .image {
    width: 100%; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.shopContentDetailGetSampleMagazine {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem; }
  .shopContentDetailGetSampleMagazine > .getSampleButton {
    display: block;
    background-color: transparent;
    border: 1px solid black;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: black;
    width: 100%; }
    .shopContentDetailGetSampleMagazine > .getSampleButton > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .shopContentDetailGetSampleMagazine > .getSampleButton > .text {
      display: inline-block;
      vertical-align: middle; }
    .shopContentDetailGetSampleMagazine > .getSampleButton > .getSampleIcon {
      height: 1rem;
      margin-right: 0.5rem; }
    .shopContentDetailGetSampleMagazine > .getSampleButton > .text {
      font-size: 0.8rem;
      line-height: 1.7; }
      @media (min-width: 576px) {
        .shopContentDetailGetSampleMagazine > .getSampleButton > .text {
          font-size: 0.8rem;
          line-height: 1.7; } }
      @media (min-width: 768px) {
        .shopContentDetailGetSampleMagazine > .getSampleButton > .text {
          font-size: 0.85rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .shopContentDetailGetSampleMagazine > .getSampleButton > .text {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .shopContentDetailGetSampleMagazine > .getSampleButton > .text {
          font-size: 0.9rem;
          line-height: 1.6; } }

.previewList {
  background-color: white; }
  .previewList .previewItem {
    height: 500px;
    width: 100%;
    position: relative; }
    .previewList .previewItem > .waterMark {
      position: absolute;
      max-width: 100%;
      width: auto;
      max-height: 100%;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
    .previewList .previewItem .previewItemImage {
      position: absolute;
      max-width: 100%;
      width: auto;
      max-height: 100%;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      padding: 0.5rem; }

.react-tabs {
  -webkit-tap-highlight-color: transparent; }
  .react-tabs__tab-list {
    border-bottom: 1px solid #aaa;
    margin: 0 0 10px;
    padding: 0; }
  .react-tabs__tab {
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: none;
    bottom: -1px;
    position: relative;
    list-style: none;
    padding: 6px 12px;
    cursor: pointer; }
    .react-tabs__tab--selected {
      background: #fff;
      border-color: #aaa;
      color: black;
      border-radius: 5px 5px 0 0; }
    .react-tabs__tab--disabled {
      color: GrayText;
      cursor: default; }
    .react-tabs__tab:focus {
      box-shadow: 0 0 5px #0188fe;
      border-color: #0188fe;
      outline: none; }
      .react-tabs__tab:focus:after {
        content: "";
        position: absolute;
        height: 5px;
        left: -4px;
        right: -4px;
        bottom: -5px;
        background: #fff; }
  .react-tabs__tab-panel {
    display: none; }
    .react-tabs__tab-panel--selected {
      display: block; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.shopContentDetailShare {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center; }
  .shopContentDetailShare .affiliateShare {
    display: block;
    background-color: white;
    border: 1px solid black;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: black;
    width: 100%;
    margin-bottom: 0.5rem; }
    .shopContentDetailShare .affiliateShare > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .shopContentDetailShare .affiliateShare > .text {
      display: inline-block;
      vertical-align: middle; }
  .shopContentDetailShare .shareButton {
    height: 40px;
    width: 40px;
    cursor: pointer;
    margin-right: 0.5rem; }
    .shopContentDetailShare .shareButton:last-of-type {
      margin-right: 0; }
    .shopContentDetailShare .shareButton:focus {
      outline: none; }
    .shopContentDetailShare .shareButton > .shareIcon {
      width: 100%;
      height: 100%; }

.affiliateShareButton {
  display: block;
  background-color: #FFD54C;
  border: 1px solid #FFD54C;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 0.5rem;
  border-radius: 0.2rem;
  color: black;
  width: fit-content;
  font-size: 0.8rem;
  line-height: 1.7;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem; }
  .affiliateShareButton > .icon {
    display: inline-block;
    height: 15px;
    margin-right: 4px; }
  .affiliateShareButton > .text {
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 576px) {
    .affiliateShareButton {
      font-size: 0.8rem;
      line-height: 1.7; } }
  @media (min-width: 768px) {
    .affiliateShareButton {
      font-size: 0.85rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .affiliateShareButton {
      font-size: 0.9rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .affiliateShareButton {
      font-size: 0.9rem;
      line-height: 1.6; } }

.affiliateLinkInput {
  border: 1px solid #363636;
  padding: 0.3rem;
  text-align: left;
  border-radius: 0.2rem;
  width: 100%;
  margin-bottom: 0.5rem; }
  .affiliateLinkInput:focus {
    outline: none; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.bibliographyInfo {
  margin-bottom: 0.5rem; }
  .bibliographyInfo > .bibliographyItem > .bibliographyDetail {
    font-size: 1rem;
    line-height: 1.6; }
    @media (min-width: 576px) {
      .bibliographyInfo > .bibliographyItem > .bibliographyDetail {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .bibliographyInfo > .bibliographyItem > .bibliographyDetail {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .bibliographyInfo > .bibliographyItem > .bibliographyDetail {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .bibliographyInfo > .bibliographyItem > .bibliographyDetail {
        font-size: 1.1rem;
        line-height: 1.6; } }
    .bibliographyInfo > .bibliographyItem > .bibliographyDetail > .beginText {
      padding-right: 0.5rem; }
      .bibliographyInfo > .bibliographyItem > .bibliographyDetail > .beginText > .text {
        font-weight: bold; }
    .bibliographyInfo > .bibliographyItem > .bibliographyDetail > .value {
      padding-left: 0;
      padding-right: 0.5rem; }
      .bibliographyInfo > .bibliographyItem > .bibliographyDetail > .value > .link {
        display: inline-block;
        color: #428bca; }
      .bibliographyInfo > .bibliographyItem > .bibliographyDetail > .value > .commar {
        display: inline-block; }
      .bibliographyInfo > .bibliographyItem > .bibliographyDetail > .value:last-of-type > .commar {
        display: none; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.contentPriceFrame {
  margin-bottom: 1rem; }
  .contentPriceFrame > .contentPriceFrameHeader {
    font-family: "Kanit";
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .5rem; }
    .contentPriceFrame > .contentPriceFrameHeader > .contentPriceFrameTitle {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .contentPriceFrame > .contentPriceFrameHeader > .contentPriceFrameTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .contentPriceFrame > .contentPriceFrameHeader > .contentPriceFrameTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .contentPriceFrame > .contentPriceFrameHeader > .contentPriceFrameTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .contentPriceFrame > .contentPriceFrameHeader > .contentPriceFrameTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
  .contentPriceFrame > .contentPrice {
    margin-bottom: 4px;
    width: 100%;
    border-radius: 0;
    padding: 0.5rem;
    font-weight: bold; }
    .contentPriceFrame > .contentPrice > .text {
      color: #808080;
      font-size: 16px !important;
      text-decoration: line-through;
      font-weight: normal; }
    .contentPriceFrame > .contentPrice > .price {
      color: #e52735;
      font-size: 20px !important; }
    .contentPriceFrame > .contentPrice:last-child {
      margin-bottom: 0; }
    .contentPriceFrame > .contentPrice.comingSoon {
      background-color: transparent !important; }
  .contentPriceFrame > .contentPriceFrameBody {
    display: flex;
    flex-wrap: wrap; }
    .contentPriceFrame > .contentPriceFrameBody > .contentDetailPriceItem {
      display: block;
      background-color: #FFD54C;
      border: 1px solid transparent;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: black;
      width: fit-content;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      margin-bottom: 0.5rem;
      margin-right: 0.5rem; }
      .contentPriceFrame > .contentPriceFrameBody > .contentDetailPriceItem > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .contentPriceFrame > .contentPriceFrameBody > .contentDetailPriceItem > .text {
        display: inline-block;
        vertical-align: middle; }
      .contentPriceFrame > .contentPriceFrameBody > .contentDetailPriceItem:last-of-type {
        margin-right: 0; }
    .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock {
      width: 100%;
      border: 0.8px solid #e2e2e2;
      border-radius: 0.5rem;
      padding: 0.5rem;
      margin-bottom: 0.5rem; }
      .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock:last-child {
        margin-bottom: 0; }
      .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisPriceAmount {
        font-size: 1rem;
        line-height: 1.6;
        color: black;
        margin-bottom: 0.5rem;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline; }
        @media (min-width: 576px) {
          .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisPriceAmount {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisPriceAmount {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisPriceAmount {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisPriceAmount {
            font-size: 1.1rem;
            line-height: 1.6; } }
        .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisPriceAmount > .aisIcon {
          height: 35px;
          margin-right: 1rem;
          margin-left: 0.5rem; }
      .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisPriceDescription {
        font-size: 0.8rem;
        line-height: 1.6;
        color: #808080;
        margin-bottom: 0.2rem; }
        @media (min-width: 576px) {
          .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisPriceDescription {
            font-size: 0.9rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisPriceDescription {
            font-size: 0.95rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisPriceDescription {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisPriceDescription {
            font-size: 1rem;
            line-height: 1.6; } }
        .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisPriceDescription > .aisCode {
          color: #74A333;
          font-weight: bold; }
      .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisRemark {
        font-size: 0.8rem;
        line-height: 1.6;
        color: #2a2aa0; }
        @media (min-width: 576px) {
          .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisRemark {
            font-size: 0.9rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisRemark {
            font-size: 0.95rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisRemark {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .contentPriceFrame > .contentPriceFrameBody > .aisPriceBlock > .aisRemark {
            font-size: 1rem;
            line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.courseTags {
  margin-bottom: 1rem;
  display: none; }
  @media (min-width: 992px) {
    .courseTags {
      display: block; } }
  .courseTags > .tagItem {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.2rem; }
    .courseTags > .tagItem > .icon {
      height: 12px;
      margin-top: 0.2rem;
      margin-right: 0.5rem; }
    .courseTags > .tagItem > .name {
      font-size: 0.8rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .courseTags > .tagItem > .name {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .courseTags > .tagItem > .name {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .courseTags > .tagItem > .name {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .courseTags > .tagItem > .name {
          font-size: 1rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.coursePriceFrame {
  margin-bottom: 1rem; }
  .coursePriceFrame > .coursePriceFrameHeader {
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .5rem; }
    .coursePriceFrame > .coursePriceFrameHeader > .coursePriceFrameTitle {
      font-size: 1.1rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .coursePriceFrame > .coursePriceFrameHeader > .coursePriceFrameTitle {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .coursePriceFrame > .coursePriceFrameHeader > .coursePriceFrameTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .coursePriceFrame > .coursePriceFrameHeader > .coursePriceFrameTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .coursePriceFrame > .coursePriceFrameHeader > .coursePriceFrameTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
  .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem {
    display: block;
    background-color: #FFD54C;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: black;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin-bottom: 0.5rem; }
    .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem > .text {
      display: inline-block;
      vertical-align: middle; }
    .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem:last-of-type {
      margin-bottom: 0rem; }
    .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem:hover {
      background-color: #ffc300; }
    .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem > .icon,
    .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem .text {
      font-size: 1rem;
      line-height: 1.6;
      color: black;
      margin-right: 0.3rem; }
      @media (min-width: 576px) {
        .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem > .icon,
        .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem .text {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem > .icon,
        .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem .text {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem > .icon,
        .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem .text {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem > .icon,
        .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem .text {
          font-size: 1.1rem;
          line-height: 1.6; } }
      .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem > .icon:last-child,
      .coursePriceFrame > .coursePriceFrameBody > .courseDetailPriceItem .text:last-child {
        margin-right: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.signForgetPassword {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  margin-bottom: 5rem; }
  .signForgetPassword .forgetPasswordFrame {
    width: 100%;
    max-width: 450px; }
    .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameHeader {
      position: relative;
      margin-bottom: 2rem; }
      .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameHeader > .line {
        width: 100%; }
      .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameHeader > .text {
        font-size: 1.1rem;
        line-height: 1.6;
        color: black;
        background-color: white;
        z-index: 1;
        padding: 0 1rem;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (min-width: 576px) {
          .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameHeader > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameHeader > .text {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameHeader > .text {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameHeader > .text {
            font-size: 1.2rem;
            line-height: 1.6; } }
    .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameBody {
      text-align: center; }
      .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameBody > .errorMessage {
        margin-bottom: 0.5rem; }
        .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameBody > .errorMessage:last-child {
          margin-bottom: 0; }
    .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameFooter {
      display: flex;
      justify-content: center;
      text-align: center; }
      .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameFooter > .link {
        font-size: 0.8rem;
        line-height: 1.6;
        cursor: pointer;
        color: gray; }
        @media (min-width: 576px) {
          .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameFooter > .link {
            font-size: 0.9rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameFooter > .link {
            font-size: 0.95rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameFooter > .link {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameFooter > .link {
            font-size: 1rem;
            line-height: 1.6; } }
        .signForgetPassword .forgetPasswordFrame > .forgetPasswordFrameFooter > .link:hover {
          text-decoration: underline; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.signLogin {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 1rem auto; }
  @media (min-width: 768px) {
    .signLogin {
      margin: 2rem auto; } }
  .signLogin > .loginFrame {
    width: 100%;
    max-width: 400px; }
    .signLogin > .loginFrame > .loginFrameHeader {
      position: relative;
      margin-bottom: 2rem; }
      .signLogin > .loginFrame > .loginFrameHeader > .line {
        width: 100%; }
      .signLogin > .loginFrame > .loginFrameHeader > .text {
        font-size: 1.1rem;
        line-height: 1.6;
        color: black;
        background-color: white;
        z-index: 1;
        padding: 0 1rem;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (min-width: 576px) {
          .signLogin > .loginFrame > .loginFrameHeader > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .signLogin > .loginFrame > .loginFrameHeader > .text {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .signLogin > .loginFrame > .loginFrameHeader > .text {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .signLogin > .loginFrame > .loginFrameHeader > .text {
            font-size: 1.2rem;
            line-height: 1.6; } }
    .signLogin > .loginFrame > .loginFrameBody {
      text-align: center; }
      .signLogin > .loginFrame > .loginFrameBody > .errorMessage {
        margin-bottom: 0.5rem; }
        .signLogin > .loginFrame > .loginFrameBody > .errorMessage:last-child {
          margin-bottom: 0; }
      .signLogin > .loginFrame > .loginFrameBody > .seperateLine {
        position: relative;
        padding: 0.5rem 0; }
        .signLogin > .loginFrame > .loginFrameBody > .seperateLine > .line {
          width: 100%; }
        .signLogin > .loginFrame > .loginFrameBody > .seperateLine > .text {
          font-size: 1rem;
          line-height: 1.6;
          color: gray;
          background-color: white;
          z-index: 1;
          padding: 0 1rem;
          width: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          @media (min-width: 576px) {
            .signLogin > .loginFrame > .loginFrameBody > .seperateLine > .text {
              font-size: 1rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .signLogin > .loginFrame > .loginFrameBody > .seperateLine > .text {
              font-size: 1.1rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .signLogin > .loginFrame > .loginFrameBody > .seperateLine > .text {
              font-size: 1.1rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .signLogin > .loginFrame > .loginFrameBody > .seperateLine > .text {
              font-size: 1.1rem;
              line-height: 1.6; } }
    .signLogin > .loginFrame > .loginFrameFooter {
      display: flex;
      justify-content: space-between; }
      .signLogin > .loginFrame > .loginFrameFooter > .link {
        font-size: 0.8rem;
        line-height: 1.6;
        cursor: pointer;
        color: gray; }
        @media (min-width: 576px) {
          .signLogin > .loginFrame > .loginFrameFooter > .link {
            font-size: 0.9rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .signLogin > .loginFrame > .loginFrameFooter > .link {
            font-size: 0.95rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .signLogin > .loginFrame > .loginFrameFooter > .link {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .signLogin > .loginFrame > .loginFrameFooter > .link {
            font-size: 1rem;
            line-height: 1.6; } }
        .signLogin > .loginFrame > .loginFrameFooter > .link:hover {
          text-decoration: underline; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.signRegister {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .signRegister > .registerFrame {
    width: 100%;
    max-width: 450px; }
    .signRegister > .registerFrame > .registerFrameHeader {
      position: relative;
      margin-bottom: 2rem; }
      .signRegister > .registerFrame > .registerFrameHeader > .line {
        width: 100%; }
      .signRegister > .registerFrame > .registerFrameHeader > .text {
        font-size: 1.1rem;
        line-height: 1.6;
        color: black;
        background-color: white;
        z-index: 1;
        padding: 0 1rem;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (min-width: 576px) {
          .signRegister > .registerFrame > .registerFrameHeader > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .signRegister > .registerFrame > .registerFrameHeader > .text {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .signRegister > .registerFrame > .registerFrameHeader > .text {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .signRegister > .registerFrame > .registerFrameHeader > .text {
            font-size: 1.2rem;
            line-height: 1.6; } }
    .signRegister > .registerFrame > .registerFrameBody > .errorMessage {
      margin-bottom: 0.5rem; }
      .signRegister > .registerFrame > .registerFrameBody > .errorMessage:last-child {
        margin-bottom: 0; }
    .signRegister > .registerFrame > .registerFrameBody > .seperateLine {
      position: relative;
      padding: 0.5rem 0; }
      .signRegister > .registerFrame > .registerFrameBody > .seperateLine > .line {
        width: 100%; }
      .signRegister > .registerFrame > .registerFrameBody > .seperateLine > .text {
        font-size: 1rem;
        line-height: 1.6;
        color: gray;
        background-color: white;
        z-index: 1;
        padding: 0 1rem;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (min-width: 576px) {
          .signRegister > .registerFrame > .registerFrameBody > .seperateLine > .text {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .signRegister > .registerFrame > .registerFrameBody > .seperateLine > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .signRegister > .registerFrame > .registerFrameBody > .seperateLine > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .signRegister > .registerFrame > .registerFrameBody > .seperateLine > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }
    .signRegister > .registerFrame > .registerFrameFooter {
      display: flex;
      justify-content: center;
      text-align: center; }
      .signRegister > .registerFrame > .registerFrameFooter > .link {
        font-size: 0.8rem;
        line-height: 1.6;
        cursor: pointer;
        color: gray; }
        @media (min-width: 576px) {
          .signRegister > .registerFrame > .registerFrameFooter > .link {
            font-size: 0.9rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .signRegister > .registerFrame > .registerFrameFooter > .link {
            font-size: 0.95rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .signRegister > .registerFrame > .registerFrameFooter > .link {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .signRegister > .registerFrame > .registerFrameFooter > .link {
            font-size: 1rem;
            line-height: 1.6; } }
        .signRegister > .registerFrame > .registerFrameFooter > .link:hover {
          text-decoration: underline; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.formContainer {
  padding-top: 1rem; }
  @media (min-width: 576px) {
    .formContainer {
      padding-top: 1.5rem; } }
  @media (min-width: 768px) {
    .formContainer {
      padding-top: 2rem; } }
  @media (min-width: 992px) {
    .formContainer {
      padding-top: 2.5rem; } }
  .formContainer .formWindow {
    padding-bottom: 1rem; }
    @media (min-width: 768px) {
      .formContainer .formWindow {
        padding-bottom: 1.5rem; } }
    .formContainer .formWindow > .header {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid black;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem; }
      .formContainer .formWindow > .header > .title {
        font-size: 1.2rem;
        line-height: 1.6;
        font-weight: bold;
        padding: 0; }
        @media (min-width: 576px) {
          .formContainer .formWindow > .header > .title {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .formContainer .formWindow > .header > .title {
            font-size: 1.3rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .formContainer .formWindow > .header > .title {
            font-size: 1.3rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .formContainer .formWindow > .header > .title {
            font-size: 1.3rem;
            line-height: 1.6; } }
    .formContainer .formWindow > .bodyForm {
      min-height: 200px; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.appList > .empty > .text {
  text-align: center;
  color: black;
  font-size: 1rem;
  line-height: 1.6; }
  @media (min-width: 576px) {
    .appList > .empty > .text {
      font-size: 1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .appList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .appList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .appList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }

.appList .appListItem .appListItemHeader {
  cursor: pointer;
  padding: 0.5rem;
  background-color: #c5c5c5; }
  .appList .appListItem .appListItemHeader:hover {
    background-color: #a6a6a6; }
  .appList .appListItem .appListItemHeader:focus {
    outline: none; }
  .appList .appListItem .appListItemHeader .appName {
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: bold;
    padding-left: 0.5rem; }
    @media (min-width: 576px) {
      .appList .appListItem .appListItemHeader .appName {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .appList .appListItem .appListItemHeader .appName {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .appList .appListItem .appListItemHeader .appName {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .appList .appListItem .appListItemHeader .appName {
        font-size: 1.2rem;
        line-height: 1.6; } }

.appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemHeader {
  cursor: pointer;
  margin-left: 0.5rem;
  padding: 0.5rem;
  background-color: #f2f2f2; }
  .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemHeader:hover {
    background-color: #e7e7e7; }
  .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemHeader:focus {
    outline: none; }
  .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemHeader .deviceName {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: bold;
    padding-left: 0.5rem; }
    @media (min-width: 576px) {
      .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemHeader .deviceName {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemHeader .deviceName {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemHeader .deviceName {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemHeader .deviceName {
        font-size: 1.1rem;
        line-height: 1.6; } }

.appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemBody {
  margin-left: 0.5rem;
  padding: 0.5rem;
  border: 1px solid lightgray; }
  .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemBody .deviceListItemBodyDetail {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemBody .deviceListItemBodyDetail .deviceDetailList {
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      -webkit-margin-start: 0;
      -webkit-margin-end: 0;
      -webkit-padding-start: 1rem; }
      @media (min-width: 768px) {
        .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemBody .deviceListItemBodyDetail .deviceDetailList {
          -webkit-margin-before: 1em;
          -webkit-margin-after: 1em;
          -webkit-margin-start: 0px;
          -webkit-margin-end: 0px;
          -webkit-padding-start: 40px; } }
      .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemBody .deviceListItemBodyDetail .deviceDetailList .deviceDetail {
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 576px) {
          .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemBody .deviceListItemBodyDetail .deviceDetailList .deviceDetail {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemBody .deviceListItemBodyDetail .deviceDetailList .deviceDetail {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemBody .deviceListItemBodyDetail .deviceDetailList .deviceDetail {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemBody .deviceListItemBodyDetail .deviceDetailList .deviceDetail {
            font-size: 1.1rem;
            line-height: 1.6; } }
    .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemBody .deviceListItemBodyDetail .removeIcon {
      height: 20px; }
      .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemBody .deviceListItemBodyDetail .removeIcon:hover {
        cursor: pointer; }
      .appList .appListItem .appListItemBody .deviceList .deviceListItem .deviceListItemBody .deviceListItemBodyDetail .removeIcon .image {
        height: 100%; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.confirmPopup {
  font-family: "Kanit";
  text-align: center;
  padding: 2rem 0; }
  .confirmPopup > .confirmMessage {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem; }
    @media (min-width: 576px) {
      .confirmPopup > .confirmMessage {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .confirmPopup > .confirmMessage {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .confirmPopup > .confirmMessage {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .confirmPopup > .confirmMessage {
        font-size: 1.2rem;
        line-height: 1.6; } }
  .confirmPopup .confirmFooter .button > .save {
    display: block;
    background-color: #28a745;
    border: 1px solid #28a745;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.6; }
    .confirmPopup .confirmFooter .button > .save > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .confirmPopup .confirmFooter .button > .save > .text {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 576px) {
      .confirmPopup .confirmFooter .button > .save {
        font-size: 0.9rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .confirmPopup .confirmFooter .button > .save {
        font-size: 0.95rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .confirmPopup .confirmFooter .button > .save {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .confirmPopup .confirmFooter .button > .save {
        font-size: 1rem;
        line-height: 1.6; } }
  .confirmPopup .confirmFooter .button > .cancel {
    display: block;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.6; }
    .confirmPopup .confirmFooter .button > .cancel > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .confirmPopup .confirmFooter .button > .cancel > .text {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 576px) {
      .confirmPopup .confirmFooter .button > .cancel {
        font-size: 0.9rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .confirmPopup .confirmFooter .button > .cancel {
        font-size: 0.95rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .confirmPopup .confirmFooter .button > .cancel {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .confirmPopup .confirmFooter .button > .cancel {
        font-size: 1rem;
        line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.userDevices {
  font-family: "Kanit";
  padding-top: 1rem; }
  @media (min-width: 768px) {
    .userDevices {
      padding-top: 2rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.myCodePage {
  background-color: white;
  font-family: "Kanit"; }

.codeTitle {
  border-bottom: 1px solid black;
  margin-top: 1rem;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: bold; }
  @media (min-width: 576px) {
    .codeTitle {
      font-size: 1.7rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .codeTitle {
      font-size: 1.8rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .codeTitle {
      font-size: 1.8rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .codeTitle {
      font-size: 1.8rem;
      line-height: 1.6; } }

.user-point__products {
  margin: 0;
  padding: 16px 8px; }
  .user-point__products [class*="col"] {
    padding: 8px; }

.col-xs-6 {
  width: 50%; }

.user-point__product-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0; }
  .user-point__product-item .user-point__product-meta {
    flex: 1;
    min-height: 160px;
    padding: 16px;
    background-color: #eee; }
  .user-point__product-item .user-point__product-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    padding-top: 5px; }
    .user-point__product-item .user-point__product-cover img {
      width: auto;
      max-width: 100%;
      height: 100%; }
  .user-point__product-item .user-point__product-type {
    align-items: center;
    padding: 16px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: bolder;
    background: #ffd54c; }
    @media (min-width: 576px) {
      .user-point__product-item .user-point__product-type {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .user-point__product-item .user-point__product-type {
        font-size: 1.3rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .user-point__product-item .user-point__product-type {
        font-size: 1.3rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .user-point__product-item .user-point__product-type {
        font-size: 1.3rem;
        line-height: 1.6; } }
  .user-point__product-item .user-point__product-type--Ookbee {
    background: #ffd54c; }
    .user-point__product-item .user-point__product-type--Ookbee img {
      background: #ffd54c; }
    .user-point__product-item .user-point__product-type--Ookbee + .user-point__product-cover {
      background: #ffd54c; }
  .user-point__product-item .user-point__product-name {
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: bolder; }
  .user-point__product-item .user-point__product-detail {
    font-size: 15px; }
    .user-point__product-item .user-point__product-detail .icon {
      margin-left: 5px; }
      .user-point__product-item .user-point__product-detail .icon.Pending {
        color: #ffc71e; }
      .user-point__product-item .user-point__product-detail .icon.Success {
        color: #28a745; }
      .user-point__product-item .user-point__product-detail .icon.Error {
        color: #ea4335; }
  .user-point__product-item .codeArea {
    border: 1px solid #363636;
    padding: 0.3rem;
    text-align: left;
    border-radius: 0.2rem;
    width: 100%;
    resize: none;
    background-color: white;
    border: none;
    margin-left: 0.5rem; }
    .user-point__product-item .codeArea:focus {
      outline: none; }
  .user-point__product-item .user-point__product-point-box {
    border-top: 1px solid lightgray;
    text-align: right;
    color: gray;
    font-size: 1rem;
    line-height: 1.6;
    align-items: center; }
    @media (min-width: 576px) {
      .user-point__product-item .user-point__product-point-box {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .user-point__product-item .user-point__product-point-box {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .user-point__product-item .user-point__product-point-box {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .user-point__product-item .user-point__product-point-box {
        font-size: 1.1rem;
        line-height: 1.6; } }
    .user-point__product-item .user-point__product-point-box .user-point__point-text {
      flex: 1;
      padding: 16px;
      text-align: left; }
    .user-point__product-item .user-point__product-point-box .user-point__product-point {
      margin-right: 4px; }
  .user-point__product-item .user-point__product-redeem-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    background: #000;
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #fff; }
    .user-point__product-item .user-point__product-redeem-btn:hover {
      color: #ffd54c; }
  .user-point__product-item .user-point__product-disable-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    background: lightgray;
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #fff; }
  .user-point__product-item .user-point__product-btn--soldout {
    cursor: default;
    background: lightgray;
    color: gray;
    letter-spacing: 1px; }
    .user-point__product-item .user-point__product-btn--soldout:hover {
      color: gray; }

.modalFrame {
  padding: 0 !important;
  background-color: white; }
  .modalFrame > .modalFrameHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #ffd54c;
    margin-bottom: 1rem;
    font-weight: bolder; }
    .modalFrame > .modalFrameHeader > .textHeader {
      font-size: 1.2rem; }
    .modalFrame > .modalFrameHeader > .closeIcon {
      cursor: pointer; }
  .modalFrame > .modalFrameBody {
    padding: 1rem 1rem 2rem 1rem; }
  .modalFrame > .modalFrameFooter {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem;
    background-color: #f2f2f2; }
    .modalFrame > .modalFrameFooter > .link {
      font-size: 0.8rem;
      line-height: 1.6;
      cursor: pointer;
      color: gray; }
      @media (min-width: 576px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      .modalFrame > .modalFrameFooter > .link:hover {
        text-decoration: underline; }
    .modalFrame > .modalFrameFooter .btn {
      border-radius: 0; }
    .modalFrame > .modalFrameFooter .btn-primary {
      border: none !important;
      background-color: #000;
      color: #fff; }
      .modalFrame > .modalFrameFooter .btn-primary:hover {
        color: #ffd54c; }
      .modalFrame > .modalFrameFooter .btn-primary:focus {
        border: 0;
        outline: 0; }

.gmd-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.gmd-1:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.user-point__rec-box {
  text-align: center;
  padding: 32px 16px;
  background: #eee; }
  .user-point__rec-box .user-point__rec-title {
    margin-bottom: 16px;
    font-size: 32px; }

.user-point__point-guide {
  text-align: center;
  margin: 0 auto;
  padding: 16px;
  background: #ffd54c; }
  .user-point__point-guide .user-point__point-guide-1st {
    font-size: 18px;
    font-weight: bolder; }
  .user-point__point-guide .user-point__point-guide-2nd {
    margin-top: 4px; }

.user-point__point-box {
  position: sticky;
  top: 0px;
  z-index: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
  font-size: 24px;
  background: rgba(255, 213, 76, 0.8); }
  @media (min-width: 992px) {
    .user-point__point-box {
      top: 60px; } }
  .user-point__point-box .user-point__point-title {
    margin-right: 24px;
    font-size: 1rem;
    text-align: center; }
  .user-point__point-box .user-point__point-value {
    display: flex;
    align-items: baseline; }
  .user-point__point-box .user-point__point {
    margin-right: 8px;
    font-size: 64px;
    letter-spacing: 4px;
    line-height: 64px; }

.user-point__products {
  margin: 0;
  padding: 16px 8px; }
  .user-point__products [class*="col"] {
    padding: 8px; }

.col-xs-6 {
  width: 50%; }

.user-point__product-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0; }
  .user-point__product-item .user-point__product-meta {
    flex: 1;
    min-height: 160px;
    padding: 16px; }
  .user-point__product-item .user-point__product-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    padding-top: 5px; }
    .user-point__product-item .user-point__product-cover img {
      width: auto;
      max-width: 100%;
      height: 100%; }
  .user-point__product-item .user-point__product-type {
    align-items: center;
    padding: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    color: black;
    background: #eee; }
  .user-point__product-item .user-point__product-type--Ookbee {
    color: #000;
    background: #ffd54c; }
    .user-point__product-item .user-point__product-type--Ookbee img {
      background: #ffd54c; }
    .user-point__product-item .user-point__product-type--Ookbee + .user-point__product-cover {
      background: #ffd54c; }
  .user-point__product-item .user-point__product-type--Tunwalai {
    background: #d29b70; }
    .user-point__product-item .user-point__product-type--Tunwalai img {
      background: #d29b70; }
    .user-point__product-item .user-point__product-type--Tunwalai + .user-point__product-cover {
      background: #d29b70; }
  .user-point__product-item .user-point__product-type--Joylada {
    background: #ff3378; }
    .user-point__product-item .user-point__product-type--Joylada img {
      background: #ff3378; }
    .user-point__product-item .user-point__product-type--Joylada + .user-point__product-cover {
      background: #ff3378; }
  .user-point__product-item .user-point__product-type--ADuang {
    background: #2b3143; }
    .user-point__product-item .user-point__product-type--ADuang img {
      background: #2b3143; }
    .user-point__product-item .user-point__product-type--ADuang + .user-point__product-cover {
      background: #2b3143; }
  .user-point__product-item .user-point__product-type--Cultees {
    background: #000; }
    .user-point__product-item .user-point__product-type--Cultees img {
      background: #000; }
    .user-point__product-item .user-point__product-type--Cultees + .user-point__product-cover {
      background: #000; }
  .user-point__product-item .user-point__product-type--Pod {
    background: #00a8cc; }
    .user-point__product-item .user-point__product-type--Pod img {
      background: #00a8cc; }
    .user-point__product-item .user-point__product-type--Pod + .user-point__product-cover {
      padding-bottom: 16px;
      background: #00a8cc; }
  .user-point__product-item .user-point__product-name {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bolder; }
  .user-point__product-item .user-point__product-detail {
    font-size: 14px; }
  .user-point__product-item .user-point__product-point-box {
    display: flex;
    align-items: center;
    border-top: 1px solid lightgray;
    text-align: right;
    color: gray; }
    .user-point__product-item .user-point__product-point-box .user-point__point-text {
      flex: 1;
      padding: 16px;
      text-align: left; }
    .user-point__product-item .user-point__product-point-box .user-point__product-point {
      margin-right: 4px; }
  .user-point__product-item .user-point__product-redeem-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    background: #000;
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #fff; }
    .user-point__product-item .user-point__product-redeem-btn:hover {
      color: #ffd54c; }
  .user-point__product-item .user-point__product-btn--soldout {
    cursor: default;
    background: lightgray;
    color: gray;
    letter-spacing: 1px; }
    .user-point__product-item .user-point__product-btn--soldout:hover {
      color: gray; }

.modalFrame {
  padding: 0 !important;
  background-color: white; }
  .modalFrame > .modalFrameHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #ffd54c;
    margin-bottom: 1rem;
    font-weight: bolder; }
    .modalFrame > .modalFrameHeader > .textHeader {
      font-size: 1.2rem; }
    .modalFrame > .modalFrameHeader > .closeIcon {
      cursor: pointer; }
  .modalFrame > .modalFrameBody {
    padding: 1rem 1rem 2rem 1rem; }
  .modalFrame > .modalFrameFooter {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem;
    background-color: #f2f2f2; }
    .modalFrame > .modalFrameFooter > .link {
      font-size: 0.8rem;
      line-height: 1.6;
      cursor: pointer;
      color: gray; }
      @media (min-width: 576px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      .modalFrame > .modalFrameFooter > .link:hover {
        text-decoration: underline; }
    .modalFrame > .modalFrameFooter .btn {
      border-radius: 0; }
    .modalFrame > .modalFrameFooter .btn-primary {
      border: none !important;
      background-color: #000;
      color: #fff; }
      .modalFrame > .modalFrameFooter .btn-primary:hover {
        color: #ffd54c; }
      .modalFrame > .modalFrameFooter .btn-primary:focus {
        border: 0;
        outline: 0; }

.gmd-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.gmd-1:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

@media (min-width: 992px) {
  .userProfileEditForm {
    margin-bottom: 2rem; } }

.userProfileEditForm .editProfileItem {
  font-size: 1rem;
  line-height: 1.6; }
  @media (min-width: 576px) {
    .userProfileEditForm .editProfileItem {
      font-size: 1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .userProfileEditForm .editProfileItem {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .userProfileEditForm .editProfileItem {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .userProfileEditForm .editProfileItem {
      font-size: 1.1rem;
      line-height: 1.6; } }
  .userProfileEditForm .editProfileItem .textTitle {
    font-weight: bold; }
  .userProfileEditForm .editProfileItem .editProfileInput {
    width: 100%; }

.userProfileEditForm .editFormFooter {
  padding-top: 0.5rem;
  display: flex;
  justify-content: flex-end; }
  .userProfileEditForm .editFormFooter .button {
    padding: 0;
    margin-right: 0.5rem; }
    .userProfileEditForm .editFormFooter .button:last-of-type {
      margin-right: 0; }
    .userProfileEditForm .editFormFooter .button > .save {
      display: block;
      background-color: #FFD54C;
      border: 1px solid #FFD54C;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: black;
      font-size: 0.8rem;
      line-height: 1.6;
      font-weight: bold; }
      .userProfileEditForm .editFormFooter .button > .save > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .userProfileEditForm .editFormFooter .button > .save > .text {
        display: inline-block;
        vertical-align: middle; }
      @media (min-width: 576px) {
        .userProfileEditForm .editFormFooter .button > .save {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .userProfileEditForm .editFormFooter .button > .save {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .userProfileEditForm .editFormFooter .button > .save {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .userProfileEditForm .editFormFooter .button > .save {
          font-size: 1rem;
          line-height: 1.6; } }
    .userProfileEditForm .editFormFooter .button > .cancel {
      display: block;
      background-color: #9A9A9A;
      border: 1px solid #9A9A9A;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      font-size: 0.8rem;
      line-height: 1.6; }
      .userProfileEditForm .editFormFooter .button > .cancel > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .userProfileEditForm .editFormFooter .button > .cancel > .text {
        display: inline-block;
        vertical-align: middle; }
      @media (min-width: 576px) {
        .userProfileEditForm .editFormFooter .button > .cancel {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .userProfileEditForm .editFormFooter .button > .cancel {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .userProfileEditForm .editFormFooter .button > .cancel {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .userProfileEditForm .editFormFooter .button > .cancel {
          font-size: 1rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.profileDetailItem {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: .5rem;
  border-bottom: 1px solid #bfb5b5; }
  @media (min-width: 576px) {
    .profileDetailItem {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .profileDetailItem {
      font-size: 1.2rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .profileDetailItem {
      font-size: 1.2rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .profileDetailItem {
      font-size: 1.2rem;
      line-height: 1.6; } }
  .profileDetailItem:last-of-type {
    border-bottom: 0; }
  .profileDetailItem .textTitle {
    font-weight: bold; }
  .profileDetailItem .textDetail {
    padding-left: 0.5rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.userProfileInfo {
  font-family: "Kanit"; }
  @media (min-width: 992px) {
    .userProfileInfo {
      margin-bottom: 2rem; } }
  .userProfileInfo .editProfileLink {
    display: block;
    background-color: transparent;
    border: 1px solid black;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: black;
    font-size: 1rem;
    line-height: 1.6;
    padding: .3rem .5rem; }
    .userProfileInfo .editProfileLink > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .userProfileInfo .editProfileLink > .text {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 576px) {
      .userProfileInfo .editProfileLink {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .userProfileInfo .editProfileLink {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .userProfileInfo .editProfileLink {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .userProfileInfo .editProfileLink {
        font-size: 1.1rem;
        line-height: 1.6; } }
  .userProfileInfo .deletionButton {
    display: block;
    background-color: red;
    border: 1px solid red;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 1.5rem;
    width: 100%;
    border-radius: 2rem; }
    .userProfileInfo .deletionButton > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .userProfileInfo .deletionButton > .text {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 576px) {
      .userProfileInfo .deletionButton {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .userProfileInfo .deletionButton {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .userProfileInfo .deletionButton {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .userProfileInfo .deletionButton {
        font-size: 1.1rem;
        line-height: 1.6; } }
  .userProfileInfo .cancelButton {
    display: block;
    background-color: #FFD738;
    border: 1px solid #FFD738;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 1.5rem;
    width: 100%;
    border-radius: 2rem; }
    .userProfileInfo .cancelButton > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .userProfileInfo .cancelButton > .text {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 576px) {
      .userProfileInfo .cancelButton {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .userProfileInfo .cancelButton {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .userProfileInfo .cancelButton {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .userProfileInfo .cancelButton {
        font-size: 1.1rem;
        line-height: 1.6; } }
  .userProfileInfo .effectTime {
    color: #6c757d;
    margin-top: 0.5rem;
    text-align: center; }

.popupContent .text {
  font-size: 1.1rem;
  line-height: 1.6; }
  @media (min-width: 576px) {
    .popupContent .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .popupContent .text {
      font-size: 1.2rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .popupContent .text {
      font-size: 1.2rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .popupContent .text {
      font-size: 1.2rem;
      line-height: 1.6; } }

.popupContent {
  font-family: "Kanit";
  text-align: center;
  padding: 1rem 0; }
  .popupContent > .popupMessage {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem; }
    @media (min-width: 576px) {
      .popupContent > .popupMessage {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .popupContent > .popupMessage {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .popupContent > .popupMessage {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .popupContent > .popupMessage {
        font-size: 1.2rem;
        line-height: 1.6; } }
  .popupContent .popupFooterButton .button > .confirm {
    display: block;
    background-color: red;
    border: 1px solid red;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.6; }
    .popupContent .popupFooterButton .button > .confirm > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .popupContent .popupFooterButton .button > .confirm > .text {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 576px) {
      .popupContent .popupFooterButton .button > .confirm {
        font-size: 0.9rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .popupContent .popupFooterButton .button > .confirm {
        font-size: 0.95rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .popupContent .popupFooterButton .button > .confirm {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .popupContent .popupFooterButton .button > .confirm {
        font-size: 1rem;
        line-height: 1.6; } }
  .popupContent .popupFooterButton .button > .revoke {
    display: block;
    background-color: #FFD738;
    border: 1px solid #FFD738;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.6; }
    .popupContent .popupFooterButton .button > .revoke > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .popupContent .popupFooterButton .button > .revoke > .text {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 576px) {
      .popupContent .popupFooterButton .button > .revoke {
        font-size: 0.9rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .popupContent .popupFooterButton .button > .revoke {
        font-size: 0.95rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .popupContent .popupFooterButton .button > .revoke {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .popupContent .popupFooterButton .button > .revoke {
        font-size: 1rem;
        line-height: 1.6; } }
  .popupContent .popupFooterButton .button > .cancel {
    display: block;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.6; }
    .popupContent .popupFooterButton .button > .cancel > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .popupContent .popupFooterButton .button > .cancel > .text {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 576px) {
      .popupContent .popupFooterButton .button > .cancel {
        font-size: 0.9rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .popupContent .popupFooterButton .button > .cancel {
        font-size: 0.95rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .popupContent .popupFooterButton .button > .cancel {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .popupContent .popupFooterButton .button > .cancel {
        font-size: 1rem;
        line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.userRedeemCodeBody {
  font-family: "Sarabun"; }
  .userRedeemCodeBody .userRedeemCodeLabel {
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: bold; }
    @media (min-width: 576px) {
      .userRedeemCodeBody .userRedeemCodeLabel {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .userRedeemCodeBody .userRedeemCodeLabel {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .userRedeemCodeBody .userRedeemCodeLabel {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .userRedeemCodeBody .userRedeemCodeLabel {
        font-size: 1.2rem;
        line-height: 1.6; } }
  .userRedeemCodeBody .userRedeemCodeInput {
    font-size: 1rem;
    line-height: 1.6; }
    @media (min-width: 576px) {
      .userRedeemCodeBody .userRedeemCodeInput {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .userRedeemCodeBody .userRedeemCodeInput {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .userRedeemCodeBody .userRedeemCodeInput {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .userRedeemCodeBody .userRedeemCodeInput {
        font-size: 1.1rem;
        line-height: 1.6; } }
  .userRedeemCodeBody .userRedeemCodeSubmit {
    display: block;
    background-color: black;
    border: 1px solid black;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: white;
    font-size: 1rem;
    line-height: 1.6; }
    .userRedeemCodeBody .userRedeemCodeSubmit > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .userRedeemCodeBody .userRedeemCodeSubmit > .text {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 576px) {
      .userRedeemCodeBody .userRedeemCodeSubmit {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .userRedeemCodeBody .userRedeemCodeSubmit {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .userRedeemCodeBody .userRedeemCodeSubmit {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .userRedeemCodeBody .userRedeemCodeSubmit {
        font-size: 1.1rem;
        line-height: 1.6; } }
  .userRedeemCodeBody .errorMessageResult {
    font-size: 0.8rem;
    line-height: 1.6;
    color: #ea4335;
    text-align: center; }
    @media (min-width: 576px) {
      .userRedeemCodeBody .errorMessageResult {
        font-size: 0.9rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .userRedeemCodeBody .errorMessageResult {
        font-size: 0.95rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .userRedeemCodeBody .errorMessageResult {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .userRedeemCodeBody .errorMessageResult {
        font-size: 1rem;
        line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.userRedeemCodeAisBody {
  font-family: "Sarabun"; }
  .userRedeemCodeAisBody .userRedeemCodeAisLabel {
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: bold; }
    @media (min-width: 576px) {
      .userRedeemCodeAisBody .userRedeemCodeAisLabel {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .userRedeemCodeAisBody .userRedeemCodeAisLabel {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .userRedeemCodeAisBody .userRedeemCodeAisLabel {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .userRedeemCodeAisBody .userRedeemCodeAisLabel {
        font-size: 1.2rem;
        line-height: 1.6; } }
  .userRedeemCodeAisBody .userRedeemCodeAisInput {
    font-size: 1rem;
    line-height: 1.6; }
    @media (min-width: 576px) {
      .userRedeemCodeAisBody .userRedeemCodeAisInput {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .userRedeemCodeAisBody .userRedeemCodeAisInput {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .userRedeemCodeAisBody .userRedeemCodeAisInput {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .userRedeemCodeAisBody .userRedeemCodeAisInput {
        font-size: 1.1rem;
        line-height: 1.6; } }
  .userRedeemCodeAisBody .userRedeemCodeAisSubmit {
    display: block;
    background-color: black;
    border: 1px solid black;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: white;
    font-size: 1rem;
    line-height: 1.6; }
    .userRedeemCodeAisBody .userRedeemCodeAisSubmit > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .userRedeemCodeAisBody .userRedeemCodeAisSubmit > .text {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 576px) {
      .userRedeemCodeAisBody .userRedeemCodeAisSubmit {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .userRedeemCodeAisBody .userRedeemCodeAisSubmit {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .userRedeemCodeAisBody .userRedeemCodeAisSubmit {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .userRedeemCodeAisBody .userRedeemCodeAisSubmit {
        font-size: 1.1rem;
        line-height: 1.6; } }
  .userRedeemCodeAisBody .errorMessageResult {
    font-size: 0.8rem;
    line-height: 1.6;
    color: #ea4335;
    text-align: center; }
    @media (min-width: 576px) {
      .userRedeemCodeAisBody .errorMessageResult {
        font-size: 0.9rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .userRedeemCodeAisBody .errorMessageResult {
        font-size: 0.95rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .userRedeemCodeAisBody .errorMessageResult {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .userRedeemCodeAisBody .errorMessageResult {
        font-size: 1rem;
        line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.footerRemark {
  padding-top: 1rem;
  margin-bottom: 1rem;
  text-align: center; }
  .footerRemark > .textRemark {
    font-size: 1rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.readRemark {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.8rem;
  line-height: 1.6;
  border: 1px dotted #FFD54C;
  text-align: center; }
  @media (min-width: 576px) {
    .readRemark {
      font-size: 0.9rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .readRemark {
      font-size: 0.95rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .readRemark {
      font-size: 1rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .readRemark {
      font-size: 1rem;
      line-height: 1.6; } }
  .readRemark > .readRemarkHeader {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 1rem; }
    @media (min-width: 576px) {
      .readRemark > .readRemarkHeader {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .readRemark > .readRemarkHeader {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .readRemark > .readRemarkHeader {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .readRemark > .readRemarkHeader {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .readRemark > .readRemarkHeader {
        margin-bottom: 1.5rem; } }
    @media (min-width: 992px) {
      .readRemark > .readRemarkHeader {
        margin-bottom: 2rem; } }
  .readRemark > .readRemarkDownload {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .readRemark > .readRemarkDownload {
        margin-bottom: 1.5rem; } }
    @media (min-width: 992px) {
      .readRemark > .readRemarkDownload {
        margin-bottom: 2rem; } }
    .readRemark > .readRemarkDownload > .appIconBox {
      text-align: center; }
      .readRemark > .readRemarkDownload > .appIconBox > .appIcon {
        height: 54px; }
        @media (min-width: 576px) {
          .readRemark > .readRemarkDownload > .appIconBox > .appIcon {
            height: 56px; } }
        @media (min-width: 768px) {
          .readRemark > .readRemarkDownload > .appIconBox > .appIcon {
            height: 58px; } }
        @media (min-width: 992px) {
          .readRemark > .readRemarkDownload > .appIconBox > .appIcon {
            height: 60px; } }
      .readRemark > .readRemarkDownload > .appIconBox > .text {
        font-size: 0.8rem;
        line-height: 1.6; }
        @media (min-width: 576px) {
          .readRemark > .readRemarkDownload > .appIconBox > .text {
            font-size: 0.9rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .readRemark > .readRemarkDownload > .appIconBox > .text {
            font-size: 0.95rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .readRemark > .readRemarkDownload > .appIconBox > .text {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .readRemark > .readRemarkDownload > .appIconBox > .text {
            font-size: 1rem;
            line-height: 1.6; } }
    .readRemark > .readRemarkDownload > .appDownloadButton {
      text-align: center;
      margin-right: 1rem; }
      .readRemark > .readRemarkDownload > .appDownloadButton:last-of-type {
        margin-right: 0; }
      .readRemark > .readRemarkDownload > .appDownloadButton > .buttonIcon {
        width: auto;
        height: 54px; }
        @media screen and (max-width: 320px) {
          .readRemark > .readRemarkDownload > .appDownloadButton > .buttonIcon {
            width: 100%;
            height: auto; } }
        @media (min-width: 576px) {
          .readRemark > .readRemarkDownload > .appDownloadButton > .buttonIcon {
            height: 56px; } }
        @media (min-width: 768px) {
          .readRemark > .readRemarkDownload > .appDownloadButton > .buttonIcon {
            height: 58px; } }
        @media (min-width: 992px) {
          .readRemark > .readRemarkDownload > .appDownloadButton > .buttonIcon {
            height: 60px; } }
      .readRemark > .readRemarkDownload > .appDownloadButton > .text {
        font-size: 0.8rem;
        line-height: 1.6; }
        @media (min-width: 576px) {
          .readRemark > .readRemarkDownload > .appDownloadButton > .text {
            font-size: 0.9rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .readRemark > .readRemarkDownload > .appDownloadButton > .text {
            font-size: 0.95rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .readRemark > .readRemarkDownload > .appDownloadButton > .text {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .readRemark > .readRemarkDownload > .appDownloadButton > .text {
            font-size: 1rem;
            line-height: 1.6; } }
  .readRemark .black {
    color: black; }
  .readRemark .gray {
    color: #6A6A6A; }
  .readRemark .red {
    color: #ea4335; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.home-btn {
  width: 100%;
  max-width: 240px;
  margin: 24px auto;
  padding: 8px;
  background: #000; }
  .home-btn a {
    color: #fff !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.callbackResult {
  font-family: "Kanit";
  padding-top: 1rem; }
  @media (min-width: 992px) {
    .callbackResult {
      padding-top: 1.5rem; } }
  .callbackResult .iconSign {
    height: 45px;
    width: 45px;
    margin-bottom: 1rem; }
    @media (min-width: 576px) {
      .callbackResult .iconSign {
        width: 50px;
        height: 50px; } }
    @media (min-width: 768px) {
      .callbackResult .iconSign {
        height: 55px;
        width: 55px; } }
    @media (min-width: 992px) {
      .callbackResult .iconSign {
        height: 60px;
        width: 60px; } }
  .callbackResult .textTitle {
    font-size: 1.6rem;
    font-weight: bold; }
    @media (min-width: 768px) {
      .callbackResult .textTitle {
        font-size: 1.7rem; } }
    @media (min-width: 992px) {
      .callbackResult .textTitle {
        font-size: 1.8rem; } }
    @media (min-width: 1200px) {
      .callbackResult .textTitle {
        font-size: 1.9rem; } }
  .callbackResult .textDetail {
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .callbackResult .textDetail {
        font-size: 1.5rem; } }
    @media (min-width: 992px) {
      .callbackResult .textDetail {
        font-size: 1.6rem; } }
    @media (min-width: 1200px) {
      .callbackResult .textDetail {
        font-size: 1.7rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.ZevenWonders {
  background-color: white;
  background-position: center center; }
  @media (min-width: 576px) {
    .ZevenWonders {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .ZevenWonders {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .ZevenWonders {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .ZevenWonders {
      padding-bottom: 19rem !important; } }

.promotionCampaignZevenWonders {
  font-family: "Kanit";
  background-color: white; }
  .promotionCampaignZevenWonders > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionCampaignZevenWonders > .promotionBanner > .promotionBannerImage {
      width: 100%;
      max-width: 400px;
      display: block;
      margin: 0 auto; }
      .promotionCampaignZevenWonders > .promotionBanner > .promotionBannerImage > img {
        max-width: 400px !important;
        width: 100%; }
  .promotionCampaignZevenWonders > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionCampaignZevenWonders > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionCampaignZevenWonders > .promotionHeader > .promotionTitle {
      font-weight: bold;
      font-size: 1.2rem;
      text-align: center;
      padding-bottom: 1rem; }
      @media (min-width: 576px) {
        .promotionCampaignZevenWonders > .promotionHeader > .promotionTitle {
          font-size: 1.2rem; } }
      @media (min-width: 768px) {
        .promotionCampaignZevenWonders > .promotionHeader > .promotionTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaignZevenWonders > .promotionHeader > .promotionTitle {
          font-size: 1.5rem; } }
      .promotionCampaignZevenWonders > .promotionHeader > .promotionTitle > .highlight1 {
        color: #ff3066; }
      .promotionCampaignZevenWonders > .promotionHeader > .promotionTitle > .highlight2 {
        color: #00008B; }
    .promotionCampaignZevenWonders > .promotionHeader > .additional {
      text-align: center;
      font-size: 0.9rem;
      color: black;
      display: block;
      padding-bottom: 1rem; }
      @media (min-width: 576px) {
        .promotionCampaignZevenWonders > .promotionHeader > .additional {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignZevenWonders > .promotionHeader > .additional {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaignZevenWonders > .promotionHeader > .additional {
          font-size: 1.4rem; } }
    .promotionCampaignZevenWonders > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionCampaignZevenWonders > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignZevenWonders > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaignZevenWonders > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionCampaignZevenWonders > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionCampaignZevenWonders > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .currentCustomer2 {
      color: black; }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .currentCustomer3 {
      color: #8F00FF; }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      @media (min-width: 576px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 768px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
      @media (min-width: 992px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .title {
          font-size: 2rem; } }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 1rem; }
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        @media (min-width: 576px) {
          .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
      font-weight: bold;
      font-size: 0.9rem; }
      .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .promotionPercentDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
          font-size: 1.7rem; } }
      .promotionCampaignZevenWonders > .promotionDetail > .promotionPolicy > .promotionPercentDescription > .links {
        color: #4989bf !important; }
  .promotionCampaignZevenWonders > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionCampaignZevenWonders > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionCampaignZevenWonders > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionCampaignZevenWonders > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionCampaignZevenWonders > .promotionDetail > .promotionBuy {
    text-align: center; }
    .promotionCampaignZevenWonders > .promotionDetail > .promotionBuy .btnBuy {
      display: block;
      background-color: #8F00FF;
      border: 1px solid transparent;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      margin: 0 auto;
      margin-bottom: 0.5rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.zevenWondersDetail {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .zevenWondersDetail {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .zevenWondersDetail {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .zevenWondersDetail {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .zevenWondersDetail {
      padding-bottom: 19rem !important; } }

.promotionZevenWondersDetail {
  font-family: "Kanit";
  background-color: white; }
  .promotionZevenWondersDetail > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionZevenWondersDetail > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionZevenWondersDetail > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionZevenWondersDetail > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionZevenWondersDetail > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionZevenWondersDetail > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionZevenWondersDetail > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionZevenWondersDetail > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionZevenWondersDetail > .promotionHeader > .promotionTitle > .highlight {
        color: #ff3066; }
    .promotionZevenWondersDetail > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionZevenWondersDetail > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionZevenWondersDetail > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionZevenWondersDetail > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionZevenWondersDetail > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionZevenWondersDetail > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionZevenWondersDetail > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionZevenWondersDetail > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      @media (min-width: 576px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 768px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
      @media (min-width: 992px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .title {
          font-size: 2rem; } }
    .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        @media (min-width: 576px) {
          .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionZevenWondersDetail > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
  .promotionZevenWondersDetail > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionZevenWondersDetail > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionZevenWondersDetail > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionZevenWondersDetail > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionZevenWondersDetail > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionZevenWondersDetail .promotionRedeem {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
    .promotionZevenWondersDetail .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionZevenWondersDetail .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionZevenWondersDetail .promotionRedeem .btnWeb {
      background-color: #00008B !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.Campaign {
  background-color: #E4A0F7;
  background-position: center center; }
  @media (min-width: 576px) {
    .Campaign {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .Campaign {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .Campaign {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .Campaign {
      padding-bottom: 19rem !important; } }

.promotionCampaign {
  font-family: "Kanit";
  background-color: white; }
  .promotionCampaign > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionCampaign > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionCampaign > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionCampaign > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionCampaign > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionCampaign > .promotionHeader > .promotionTitle > .highlight {
        color: #8F00FF; }
    .promotionCampaign > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionCampaign > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionCampaign > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionCampaign > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionCampaign > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionCampaign > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionCampaign > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionCampaign > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionCampaign > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionCampaign > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .currentCustomer2 {
      color: black; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .currentCustomer3 {
      color: #8F00FF; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .title {
          font-size: 2rem; } }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionCampaign > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 1rem; }
        .promotionCampaign > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        @media (min-width: 576px) {
          .promotionCampaign > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionCampaign > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionCampaign > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
      font-weight: bold;
      font-size: 0.9rem; }
      .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionPercentDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
          font-size: 1.7rem; } }
      .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionPercentDescription > .links {
        color: #4989bf !important; }
  .promotionCampaign > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionCampaign > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionCampaign > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionCampaign > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionCampaign > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionCampaign > .promotionDetail > .promotionBuy {
    text-align: center; }
    .promotionCampaign > .promotionDetail > .promotionBuy .btnBuy {
      display: block;
      background-color: #8F00FF;
      border: 1px solid transparent;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      margin: 0 auto;
      margin-bottom: 0.5rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.HaikyuuFinalChapter {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .HaikyuuFinalChapter {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .HaikyuuFinalChapter {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .HaikyuuFinalChapter {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .HaikyuuFinalChapter {
      padding-bottom: 19rem !important; } }

.promotionHaikyuuFinalChapter {
  font-family: "Kanit";
  background-color: white; }
  .promotionHaikyuuFinalChapter > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionHaikyuuFinalChapter > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionHaikyuuFinalChapter > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionHaikyuuFinalChapter > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionHaikyuuFinalChapter > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionHaikyuuFinalChapter > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionHaikyuuFinalChapter > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionHaikyuuFinalChapter > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionHaikyuuFinalChapter > .promotionHeader > .promotionTitle > .highlight {
        color: #00BFFF; }
    .promotionHaikyuuFinalChapter > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionHaikyuuFinalChapter > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionHaikyuuFinalChapter > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionHaikyuuFinalChapter > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionHaikyuuFinalChapter > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionHaikyuuFinalChapter > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      @media (min-width: 576px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: blue !important; }
        @media (min-width: 576px) {
          .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionHaikyuuFinalChapter > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
  .promotionHaikyuuFinalChapter > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionHaikyuuFinalChapter > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionHaikyuuFinalChapter > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionHaikyuuFinalChapter > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionHaikyuuFinalChapter > .promotionDetail > .promotionBuy {
    text-align: center; }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionBuy .btnBuy {
      background-color: #FF0000;
      border: 1px solid transparent;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      margin: 0 auto;
      margin-bottom: 0.5rem; }
    .promotionHaikyuuFinalChapter > .promotionDetail > .promotionBuy .btnConfirm {
      background-color: #4169E1;
      border: 1px solid transparent;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      margin: 0 auto;
      margin-bottom: 0.5rem; }
  .promotionHaikyuuFinalChapter .promotionRedeem {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
    .promotionHaikyuuFinalChapter .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionHaikyuuFinalChapter .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionHaikyuuFinalChapter .promotionRedeem .btnWeb {
      background-color: #00008B !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

.modalFrame {
  padding: 0 !important;
  background-color: white; }
  .modalFrame > .modalFrameHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #ffd54c;
    margin-bottom: 1rem;
    font-weight: bolder; }
    .modalFrame > .modalFrameHeader > .textHeader {
      font-size: 1.2rem; }
    .modalFrame > .modalFrameHeader > .closeIcon {
      cursor: pointer; }
  .modalFrame > .modalFrameBody {
    padding: 1rem 1rem 2rem 1rem; }
  .modalFrame > .modalFrameFooter {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem;
    background-color: #f2f2f2; }
    .modalFrame > .modalFrameFooter > .link {
      font-size: 0.8rem;
      line-height: 1.6;
      cursor: pointer;
      color: gray; }
      @media (min-width: 576px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      .modalFrame > .modalFrameFooter > .link:hover {
        text-decoration: underline; }
    .modalFrame > .modalFrameFooter .btn {
      border-radius: 0; }
    .modalFrame > .modalFrameFooter .btn-primary {
      border: none !important;
      background-color: #000;
      color: #fff; }
      .modalFrame > .modalFrameFooter .btn-primary:hover {
        color: #ffd54c; }
      .modalFrame > .modalFrameFooter .btn-primary:focus {
        border: 0;
        outline: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.promotionPage > .promotionBanner {
  padding-top: 1rem;
  margin-bottom: 1rem; }
  .promotionPage > .promotionBanner > .promotionBannerImage {
    width: 100%; }

.promotionPage > .promotionHeader {
  margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .promotionPage > .promotionHeader {
      margin-bottom: 1rem; } }
  .promotionPage > .promotionHeader > .promotionTitle {
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem; }
    @media (min-width: 576px) {
      .promotionPage > .promotionHeader > .promotionTitle {
        font-size: 1.5rem; } }
    @media (min-width: 768px) {
      .promotionPage > .promotionHeader > .promotionTitle {
        font-size: 1.7rem; } }
    @media (min-width: 992px) {
      .promotionPage > .promotionHeader > .promotionTitle {
        font-size: 2rem; } }
    .promotionPage > .promotionHeader > .promotionTitle > .highlight {
      color: #ec2b2b; }
  .promotionPage > .promotionHeader .promotionSubTitle {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem; }
    @media (min-width: 576px) {
      .promotionPage > .promotionHeader .promotionSubTitle {
        font-size: 1.3rem; } }
    @media (min-width: 768px) {
      .promotionPage > .promotionHeader .promotionSubTitle {
        font-size: 1.5rem; } }
    @media (min-width: 992px) {
      .promotionPage > .promotionHeader .promotionSubTitle {
        font-size: 1.7rem; } }

.promotionPage > .promotionDetail > .promotionDescription {
  margin-bottom: 0.5rem; }
  .promotionPage > .promotionDetail > .promotionDescription > .text {
    font-size: 1rem; }
    @media (min-width: 576px) {
      .promotionPage > .promotionDetail > .promotionDescription > .text {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionPage > .promotionDetail > .promotionDescription > .text {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionPage > .promotionDetail > .promotionDescription > .text {
        font-size: 1.3rem; } }

.promotionPage > .promotionDetail > .promotionDescriptionRemark {
  margin-bottom: 1rem; }
  .promotionPage > .promotionDetail > .promotionDescriptionRemark > .text {
    color: #9A9A9A;
    font-size: 0.9rem; }
    @media (min-width: 576px) {
      .promotionPage > .promotionDetail > .promotionDescriptionRemark > .text {
        font-size: 1rem; } }
    @media (min-width: 768px) {
      .promotionPage > .promotionDetail > .promotionDescriptionRemark > .text {
        font-size: 1.1rem; } }
    @media (min-width: 992px) {
      .promotionPage > .promotionDetail > .promotionDescriptionRemark > .text {
        font-size: 1.2rem; } }

.promotionPage > .promotionDetail > .promotionPolicy {
  margin-bottom: 1rem; }
  .promotionPage > .promotionDetail > .promotionPolicy:last-of-type {
    margin-bottom: 0; }
  .promotionPage > .promotionDetail > .promotionPolicy > .title {
    font-weight: bold;
    font-size: 1rem; }
    @media (min-width: 576px) {
      .promotionPage > .promotionDetail > .promotionPolicy > .title {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionPage > .promotionDetail > .promotionPolicy > .title {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionPage > .promotionDetail > .promotionPolicy > .title {
        font-size: 1.3rem; } }
  .promotionPage > .promotionDetail > .promotionPolicy > .list {
    padding-left: 2rem; }
    @media (min-width: 768px) {
      .promotionPage > .promotionDetail > .promotionPolicy > .list {
        padding-left: 4rem; } }
    .promotionPage > .promotionDetail > .promotionPolicy > .list > .listItem {
      margin-bottom: 0.2rem;
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionPage > .promotionDetail > .promotionPolicy > .list > .listItem {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionPage > .promotionDetail > .promotionPolicy > .list > .listItem {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionPage > .promotionDetail > .promotionPolicy > .list > .listItem {
          font-size: 1.3rem; } }

.promotionPage > .promotionDetail > .promotionRemark {
  color: #9A9A9A;
  font-size: 0.9rem; }
  @media (min-width: 576px) {
    .promotionPage > .promotionDetail > .promotionRemark {
      font-size: 1rem; } }
  @media (min-width: 768px) {
    .promotionPage > .promotionDetail > .promotionRemark {
      font-size: 1.1rem; } }
  @media (min-width: 992px) {
    .promotionPage > .promotionDetail > .promotionRemark {
      font-size: 1.2rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.SpecialOffer8 {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .SpecialOffer8 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .SpecialOffer8 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .SpecialOffer8 {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .SpecialOffer8 {
      padding-bottom: 19rem !important; } }

.promotionSpecialOffer8 {
  font-family: "Kanit";
  background-color: white; }
  .promotionSpecialOffer8 > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionSpecialOffer8 > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionSpecialOffer8 > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionSpecialOffer8 > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionSpecialOffer8 > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionSpecialOffer8 > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionSpecialOffer8 > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionSpecialOffer8 > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionSpecialOffer8 > .promotionHeader > .promotionTitle > .highlight {
        color: #00BFFF; }
    .promotionSpecialOffer8 > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionSpecialOffer8 > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionSpecialOffer8 > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionSpecialOffer8 > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionSpecialOffer8 > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionSpecialOffer8 > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionSpecialOffer8 > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionSpecialOffer8 > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      @media (min-width: 576px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 768px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
      @media (min-width: 992px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .title {
          font-size: 2rem; } }
    .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        @media (min-width: 576px) {
          .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionSpecialOffer8 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
  .promotionSpecialOffer8 > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionSpecialOffer8 > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionSpecialOffer8 > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionSpecialOffer8 > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionSpecialOffer8 > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionSpecialOffer8 > .promotionDetail > .promotionBuy {
    text-align: center; }
    .promotionSpecialOffer8 > .promotionDetail > .promotionBuy .btnBuy {
      display: block;
      background-color: #00BFFF;
      border: 1px solid transparent;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      margin: 0 auto;
      margin-bottom: 0.5rem; }
  .promotionSpecialOffer8 .promotionRedeem {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
    .promotionSpecialOffer8 .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionSpecialOffer8 .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionSpecialOffer8 .promotionRedeem .btnWeb {
      background-color: #00008B !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.SuperSeptember99 {
  background-color: white;
  background-position: center center; }
  @media (min-width: 576px) {
    .SuperSeptember99 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .SuperSeptember99 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .SuperSeptember99 {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .SuperSeptember99 {
      padding-bottom: 19rem !important; } }

.promotionCampaignSuperSeptember99 {
  font-family: "Kanit";
  background-color: white; }
  .promotionCampaignSuperSeptember99 > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionCampaignSuperSeptember99 > .promotionBanner > .promotionBannerImage {
      width: 100%;
      max-width: 400px;
      display: block;
      margin: 0 auto; }
      .promotionCampaignSuperSeptember99 > .promotionBanner > .promotionBannerImage > img {
        max-width: 400px !important;
        width: 100%; }
  .promotionCampaignSuperSeptember99 > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionCampaignSuperSeptember99 > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionCampaignSuperSeptember99 > .promotionHeader > .promotionTitle {
      font-weight: bold;
      font-size: 1.2rem;
      text-align: center;
      padding-bottom: 1rem; }
      @media (min-width: 576px) {
        .promotionCampaignSuperSeptember99 > .promotionHeader > .promotionTitle {
          font-size: 1.2rem; } }
      @media (min-width: 768px) {
        .promotionCampaignSuperSeptember99 > .promotionHeader > .promotionTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaignSuperSeptember99 > .promotionHeader > .promotionTitle {
          font-size: 1.5rem; } }
      .promotionCampaignSuperSeptember99 > .promotionHeader > .promotionTitle > .highlight1 {
        color: #ff3066; }
      .promotionCampaignSuperSeptember99 > .promotionHeader > .promotionTitle > .highlight2 {
        color: #FFA500; }
    .promotionCampaignSuperSeptember99 > .promotionHeader > .additional {
      text-align: center;
      font-size: 0.9rem;
      color: black;
      display: block;
      padding-bottom: 1rem; }
      @media (min-width: 576px) {
        .promotionCampaignSuperSeptember99 > .promotionHeader > .additional {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignSuperSeptember99 > .promotionHeader > .additional {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaignSuperSeptember99 > .promotionHeader > .additional {
          font-size: 1.4rem; } }
    .promotionCampaignSuperSeptember99 > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionCampaignSuperSeptember99 > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignSuperSeptember99 > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaignSuperSeptember99 > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .currentCustomer2 {
      color: black; }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .currentCustomer3 {
      color: #8F00FF; }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      @media (min-width: 576px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 768px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
      @media (min-width: 992px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .title {
          font-size: 2rem; } }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 1rem; }
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        @media (min-width: 576px) {
          .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
      font-weight: bold;
      font-size: 0.9rem; }
      .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .promotionPercentDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
          font-size: 1.7rem; } }
      .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionPolicy > .promotionPercentDescription > .links {
        color: #4989bf !important; }
  .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionBuy {
    text-align: center; }
    .promotionCampaignSuperSeptember99 > .promotionDetail > .promotionBuy .btnBuy {
      display: block;
      background-color: #8F00FF;
      border: 1px solid transparent;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      margin: 0 auto;
      margin-bottom: 0.5rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.superSeptemberDetail99 {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .superSeptemberDetail99 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .superSeptemberDetail99 {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .superSeptemberDetail99 {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .superSeptemberDetail99 {
      padding-bottom: 19rem !important; } }

.promotionSuperSeptemberDetail99 {
  font-family: "Kanit";
  background-color: white; }
  .promotionSuperSeptemberDetail99 > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionSuperSeptemberDetail99 > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionSuperSeptemberDetail99 > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionSuperSeptemberDetail99 > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionSuperSeptemberDetail99 > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionSuperSeptemberDetail99 > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionSuperSeptemberDetail99 > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionSuperSeptemberDetail99 > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionSuperSeptemberDetail99 > .promotionHeader > .promotionTitle > .highlight {
        color: #FFA500; }
    .promotionSuperSeptemberDetail99 > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionSuperSeptemberDetail99 > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionSuperSeptemberDetail99 > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionSuperSeptemberDetail99 > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      @media (min-width: 576px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        @media (min-width: 576px) {
          .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
  .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionSuperSeptemberDetail99 > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionSuperSeptemberDetail99 .promotionRedeem {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
    .promotionSuperSeptemberDetail99 .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionSuperSeptemberDetail99 .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionSuperSeptemberDetail99 .promotionRedeem .btnWeb {
      background-color: #00008B !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.Valentine {
  background-color: transparent;
  background-image: url("/static/image/landingPage/loveReader/background Valentine.png");
  background-position: center center; }
  @media (min-width: 576px) {
    .Valentine {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .Valentine {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .Valentine {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .Valentine {
      padding-bottom: 19rem !important; } }

.promotionValentine {
  font-family: "Kanit";
  background-color: white; }
  .promotionValentine > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionValentine > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionValentine > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionValentine > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionValentine > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionValentine > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionValentine > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionValentine > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionValentine > .promotionHeader > .promotionTitle > .highlight {
        color: #ff3066; }
    .promotionValentine > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionValentine > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionValentine > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionValentine > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionValentine > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionValentine > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionValentine > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionValentine > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionValentine > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionValentine > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionValentine > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionValentine > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionValentine > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionValentine > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionValentine > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionValentine > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionValentine > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionValentine > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionValentine > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionValentine > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionValentine > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionValentine > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionValentine > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionValentine > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionValentine > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionValentine > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionValentine > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionValentine > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionValentine > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionValentine > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionValentine > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionValentine > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionValentine > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionValentine > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionValentine > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      @media (min-width: 576px) {
        .promotionValentine > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 768px) {
        .promotionValentine > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
      @media (min-width: 992px) {
        .promotionValentine > .promotionDetail > .promotionPolicy > .title {
          font-size: 2rem; } }
    .promotionValentine > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionValentine > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionValentine > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 1rem; }
        .promotionValentine > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        @media (min-width: 576px) {
          .promotionValentine > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionValentine > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionValentine > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionValentine > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionValentine > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionValentine > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionValentine > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionValentine > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionValentine > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
  .promotionValentine > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionValentine > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionValentine > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionValentine > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionValentine > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.cartItem > .cartItemCover {
  position: relative;
  margin-right: 0.5rem; }
  @media (min-width: 768px) {
    .cartItem > .cartItemCover {
      margin-right: 1rem; } }
  .cartItem > .cartItemCover > .coverSize {
    height: 120px;
    width: auto;
    z-index: -1; }
    @media (min-width: 768px) {
      .cartItem > .cartItemCover > .coverSize {
        height: 130px; } }
    @media (min-width: 992px) {
      .cartItem > .cartItemCover > .coverSize {
        height: 140px; } }
    @media (min-width: 1200px) {
      .cartItem > .cartItemCover > .coverSize {
        height: 150px; } }
  .cartItem > .cartItemCover > .image {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 2;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto; }

.cartItem > .cartItemInfo {
  margin-right: 0.5rem; }
  @media (min-width: 768px) {
    .cartItem > .cartItemInfo {
      margin-right: 1rem; } }
  .cartItem > .cartItemInfo > .cartItemName {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: bold; }
    @media (min-width: 576px) {
      .cartItem > .cartItemInfo > .cartItemName {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .cartItem > .cartItemInfo > .cartItemName {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .cartItem > .cartItemInfo > .cartItemName {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .cartItem > .cartItemInfo > .cartItemName {
        font-size: 1.1rem;
        line-height: 1.6; } }
  .cartItem > .cartItemInfo > .cartItemDescription {
    color: #6A6A6A; }
  .cartItem > .cartItemInfo > .cartItemRemark {
    color: #ea4335; }

.cartItem > .cartItemDelete > .deleteButton {
  display: block;
  background-color: #FFD54C;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 0.5rem;
  border-radius: 0.2rem;
  color: black;
  color: white; }
  .cartItem > .cartItemDelete > .deleteButton > .icon {
    display: inline-block;
    height: 15px;
    margin-right: 4px; }
  .cartItem > .cartItemDelete > .deleteButton > .text {
    display: inline-block;
    vertical-align: middle; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.cartList {
  margin-bottom: 0.5rem; }
  .cartList > .cartListItem {
    border-bottom: 1px solid #9A9A9A;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem; }
    .cartList > .cartListItem:last-of-type {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.cartFrame {
  margin-bottom: 0.5rem; }
  .cartFrame .cartFrameHeader {
    border-bottom: 1px solid #9A9A9A;
    margin-bottom: 0.5rem; }
    .cartFrame .cartFrameHeader > .title {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold;
      margin-right: 0.5rem; }
      @media (min-width: 576px) {
        .cartFrame .cartFrameHeader > .title {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .cartFrame .cartFrameHeader > .title {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .cartFrame .cartFrameHeader > .title {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .cartFrame .cartFrameHeader > .title {
          font-size: 1.3rem;
          line-height: 1.6; } }
    .cartFrame .cartFrameHeader > .amount {
      font-size: 1rem;
      line-height: 1.6;
      color: #6A6A6A; }
      @media (min-width: 576px) {
        .cartFrame .cartFrameHeader > .amount {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .cartFrame .cartFrameHeader > .amount {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .cartFrame .cartFrameHeader > .amount {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .cartFrame .cartFrameHeader > .amount {
          font-size: 1.1rem;
          line-height: 1.6; } }
  .cartFrame > .cartFrameBody {
    margin-bottom: 0.5rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.modalPage {
  background-color: white;
  border-radius: 10px; }
  .modalPage .popupModal {
    border-radius: 1rem; }
    .modalPage .popupModal .modalHeader {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 0.5rem; }
      .modalPage .popupModal .modalHeader > .skillLaneIcon {
        max-width: 150px;
        max-height: 150px; }
      .modalPage .popupModal .modalHeader > .email {
        margin-top: 0.5rem; }
        .modalPage .popupModal .modalHeader > .email > .favIcon {
          max-width: 30px;
          max-height: 30px; }
        .modalPage .popupModal .modalHeader > .email > .text {
          margin-left: 1rem;
          font-weight: bold; }
    .modalPage .popupModal .modalBody {
      margin-top: 2rem;
      margin-left: 1rem;
      margin-right: 1rem; }
      @media (min-width: 768px) {
        .modalPage .popupModal .modalBody {
          margin-left: 2.5rem;
          margin-right: 2.5rem; } }
      .modalPage .popupModal .modalBody > .allowText {
        font-weight: bold; }
      .modalPage .popupModal .modalBody > .allowCheckBoxList {
        margin-left: 2rem;
        margin-bottom: 2.5rem;
        display: flex;
        flex-direction: column; }
        .modalPage .popupModal .modalBody > .allowCheckBoxList > .allowCheckList > .allowCheckbox {
          transform: scale(1.5); }
        .modalPage .popupModal .modalBody > .allowCheckBoxList > .allowCheckList > .text {
          margin-left: 1rem; }
      .modalPage .popupModal .modalBody > .descriptionTitle {
        font-weight: bold; }
      .modalPage .popupModal .modalBody > .privacyLink > .text {
        color: black;
        font-weight: bold;
        text-decoration: underline;
        margin-top: 1rem; }
      .modalPage .popupModal .modalBody > .descriptionText {
        color: black; }
    .modalPage .popupModal .modalFooter {
      margin-top: 2.5rem; }
      .modalPage .popupModal .modalFooter > .allowButton {
        width: 100%;
        height: 100%;
        display: block;
        background-color: #5ECB00;
        color: white;
        text-align: center;
        text-decoration: none;
        outline: none;
        padding: 0.5rem;
        border-radius: 0.2rem;
        border: 1px solid #5ECB00;
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 576px) {
          .modalPage .popupModal .modalFooter > .allowButton {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .modalPage .popupModal .modalFooter > .allowButton {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .modalPage .popupModal .modalFooter > .allowButton {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .modalPage .popupModal .modalFooter > .allowButton {
            font-size: 1.1rem;
            line-height: 1.6; } }
      .modalPage .popupModal .modalFooter .refuseButton {
        width: 100%;
        height: 100%;
        display: block;
        background-color: #E52735;
        color: white;
        text-align: center;
        text-decoration: none;
        outline: none;
        padding: 0.5rem;
        border-radius: 0.2rem;
        border: 1px solid #E52735;
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 576px) {
          .modalPage .popupModal .modalFooter .refuseButton {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .modalPage .popupModal .modalFooter .refuseButton {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .modalPage .popupModal .modalFooter .refuseButton {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .modalPage .popupModal .modalFooter .refuseButton {
            font-size: 1.1rem;
            line-height: 1.6; } }
      .modalPage .popupModal .modalFooter > .cancelButton {
        margin-top: 0.5rem;
        width: 100%;
        height: 100%;
        display: block;
        background-color: transparent;
        color: #9A9A9A;
        text-align: center;
        text-decoration: none;
        outline: none;
        padding: 0.5rem;
        border-radius: 0.2rem;
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 576px) {
          .modalPage .popupModal .modalFooter > .cancelButton {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .modalPage .popupModal .modalFooter > .cancelButton {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .modalPage .popupModal .modalFooter > .cancelButton {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .modalPage .popupModal .modalFooter > .cancelButton {
            font-size: 1.1rem;
            line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.permissionPage {
  margin-top: 2rem;
  font-family: "Kanit"; }
  @media (min-width: 992px) {
    .permissionPage {
      padding-left: 4rem;
      padding-right: 4rem; } }
  .permissionPage .permissionTitle {
    border-bottom: 1px solid; }
    .permissionPage .permissionTitle .title {
      font-weight: bold; }
  .permissionPage .permissionDescription {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.3rem; }
  .permissionPage .permissioApp .title {
    font-weight: bold;
    text-decoration: underline; }
  .permissionPage .permissioApp .appDetail {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    .permissionPage .permissioApp .appDetail .appHeader {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .permissionPage .permissioApp .appDetail .appHeader .appTitle {
        font-size: 1.2rem; }
    .permissionPage .permissioApp .appDetail .permissionButton {
      cursor: pointer; }
      .permissionPage .permissioApp .appDetail .permissionButton .allowButton {
        height: 100%;
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 576px) {
          .permissionPage .permissioApp .appDetail .permissionButton .allowButton {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .permissionPage .permissioApp .appDetail .permissionButton .allowButton {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .permissionPage .permissioApp .appDetail .permissionButton .allowButton {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .permissionPage .permissioApp .appDetail .permissionButton .allowButton {
            font-size: 1.1rem;
            line-height: 1.6; } }
      .permissionPage .permissioApp .appDetail .permissionButton .cancelButton {
        height: 100%;
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 576px) {
          .permissionPage .permissioApp .appDetail .permissionButton .cancelButton {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .permissionPage .permissioApp .appDetail .permissionButton .cancelButton {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .permissionPage .permissioApp .appDetail .permissionButton .cancelButton {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .permissionPage .permissioApp .appDetail .permissionButton .cancelButton {
            font-size: 1.1rem;
            line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.shoppingCart {
  margin: 1rem auto; }
  @media (min-width: 768px) {
    .shoppingCart {
      margin: 2rem auto; } }
  .shoppingCart > .emptyCart {
    margin: 6rem auto; }
    .shoppingCart > .emptyCart > .emptyCartText {
      font-size: 1.1rem;
      line-height: 1.6;
      margin-bottom: 2rem; }
      @media (min-width: 576px) {
        .shoppingCart > .emptyCart > .emptyCartText {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .shoppingCart > .emptyCart > .emptyCartText {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .shoppingCart > .emptyCart > .emptyCartText {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .shoppingCart > .emptyCart > .emptyCartText {
          font-size: 1.2rem;
          line-height: 1.6; } }
    .shoppingCart > .emptyCart > .emptyCartLink {
      width: fit-content;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      margin: 0 auto; }
      .shoppingCart > .emptyCart > .emptyCartLink > .button {
        display: block;
        background-color: #FFD54C;
        border: 1px solid transparent;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        padding: 0.5rem;
        border-radius: 0.2rem;
        color: black; }
        .shoppingCart > .emptyCart > .emptyCartLink > .button > .icon {
          display: inline-block;
          height: 15px;
          margin-right: 4px; }
        .shoppingCart > .emptyCart > .emptyCartLink > .button > .text {
          display: inline-block;
          vertical-align: middle; }
  .shoppingCart .cartTotal {
    border-top: 1px solid #9A9A9A;
    border-bottom: 3px double #9A9A9A;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    line-height: 1.6;
    padding: 0.5rem 0; }
    @media (min-width: 576px) {
      .shoppingCart .cartTotal {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .shoppingCart .cartTotal {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .shoppingCart .cartTotal {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .shoppingCart .cartTotal {
        font-size: 1.2rem;
        line-height: 1.6; } }
    .shoppingCart .cartTotal > .beginText {
      margin-right: 0.5rem; }
    .shoppingCart .cartTotal > .totalPrice {
      color: #363636; }
  .shoppingCart .cartFooter {
    cursor: pointer;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .shoppingCart .cartFooter {
        margin-bottom: 2rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.userRedeemCode {
  font-family: "Kanit"; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.userRedeemCodeAis {
  font-family: "Kanit"; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

/* Declare some variables */
.RedeemHistorys {
  background-color: #f5f6f8; }

.RedeemHistory .historyRedeem {
  font-family: "Kanit"; }
  .RedeemHistory .historyRedeem .card {
    border-color: transparent !important;
    border-radius: 22px;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 9px -1px #cfc6cf;
    -moz-box-shadow: 1px 1px 9px -1px #cfc6cf;
    box-shadow: 1px 1px 9px -1px #cfc6cf;
    height: 100%; }
    .RedeemHistory .historyRedeem .card .card-body {
      padding: 3.5rem; }
      @media (max-width: 767px) {
        .RedeemHistory .historyRedeem .card .card-body {
          padding: 1.25rem; } }
      .RedeemHistory .historyRedeem .card .card-body .lineReeem {
        border-style: solid;
        border-bottom-color: gainsboro;
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent; }
      .RedeemHistory .historyRedeem .card .card-body .card-info {
        text-align: center; }
      .RedeemHistory .historyRedeem .card .card-body .hightLight {
        color: red; }
      .RedeemHistory .historyRedeem .card .card-body .coin {
        padding-top: 3rem; }
      .RedeemHistory .historyRedeem .card .card-body .redeem-point__product-name {
        margin-bottom: 4px;
        font-size: 20px; }
        @media (max-width: 767px) {
          .RedeemHistory .historyRedeem .card .card-body .redeem-point__product-name {
            padding-top: 1rem;
            text-align: center; } }
      .RedeemHistory .historyRedeem .card .card-body .redeemDate {
        text-align: right !important; }
      .RedeemHistory .historyRedeem .card .card-body .redeem-point__product-detail {
        font-size: 16px;
        color: #999999 !important; }
        @media (max-width: 767px) {
          .RedeemHistory .historyRedeem .card .card-body .redeem-point__product-detail {
            text-align: center; } }
      .RedeemHistory .historyRedeem .card .card-body .redeem-point__product-detail2 {
        font-size: 14px;
        color: black !important; }
        @media (max-width: 767px) {
          .RedeemHistory .historyRedeem .card .card-body .redeem-point__product-detail2 {
            text-align: center; } }
      .RedeemHistory .historyRedeem .card .card-body .redeem-point__product-cover {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 150px;
        padding-top: 5px; }
        .RedeemHistory .historyRedeem .card .card-body .redeem-point__product-cover img {
          width: auto;
          max-width: 100%;
          height: 100%; }
      .RedeemHistory .historyRedeem .card .card-body img.logo {
        max-width: 100%;
        height: auto;
        display: table;
        margin: 0 auto; }
  .RedeemHistory .historyRedeem .footer2 {
    float: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem; }
    .RedeemHistory .historyRedeem .footer2 .btnBack {
      background-color: #ffd54c !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      border-radius: 0.2rem;
      color: black;
      width: 100%;
      border-radius: 3rem;
      min-width: 150px;
      -webkit-box-shadow: 1px 1px 9px -1px #cfc6cf;
      -moz-box-shadow: 1px 1px 9px -1px #cfc6cf;
      box-shadow: 1px 1px 9px -1px #cfc6cf; }
  .RedeemHistory .historyRedeem .center2 {
    margin-bottom: 6rem; }

.RedeemHistory .current-page {
  font-size: 1.5rem;
  vertical-align: middle; }

.RedeemHistory .country-card-container {
  height: 60px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }

.RedeemHistory .country-name {
  font-size: 0.9rem; }

.RedeemHistory .country-region {
  font-size: 0.7rem; }

.RedeemHistory .current-page,
.RedeemHistory .country-name,
.RedeemHistory .country-region {
  line-height: 1; }

.RedeemHistory ul.pagination {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .RedeemHistory ul.pagination li.page-item.active a.page-link {
    color: #445565 !important;
    background-color: #e3e7eb !important;
    border-color: #ced4da !important; }
  .RedeemHistory ul.pagination a.page-link {
    padding: 0.75rem 1rem;
    min-width: 3.5rem;
    text-align: center;
    box-shadow: none !important;
    border-color: #ced4da !important;
    color: #6b88a4;
    font-weight: 900;
    font-size: 1rem; }
    .RedeemHistory ul.pagination a.page-link:hover {
      background-color: #f4f4f4; }


.durationDisplay {
  color: inherit;
  font-size: inherit; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.publishInfoFrame {
  margin-bottom: 1rem; }
  .publishInfoFrame .publishInfoFrameHeader {
    font-family: "Kanit";
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .5rem; }
    .publishInfoFrame .publishInfoFrameHeader > .publishInfoTitle {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .publishInfoFrame .publishInfoFrameHeader > .publishInfoTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .publishInfoFrame .publishInfoFrameHeader > .publishInfoTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .publishInfoFrame .publishInfoFrameHeader > .publishInfoTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .publishInfoFrame .publishInfoFrameHeader > .publishInfoTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
  .publishInfoFrame .publishInfoBody {
    font-size: 0.8rem;
    line-height: 1.6;
    columns: 1; }
    @media (min-width: 576px) {
      .publishInfoFrame .publishInfoBody {
        font-size: 0.9rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .publishInfoFrame .publishInfoBody {
        font-size: 0.95rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .publishInfoFrame .publishInfoBody {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .publishInfoFrame .publishInfoBody {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .publishInfoFrame .publishInfoBody {
        columns: 2; } }
    .publishInfoFrame .publishInfoBody .publishInfoItem .beginText {
      color: #737373; }
    .publishInfoFrame .publishInfoBody .publishInfoItem .valueText {
      color: #505050; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.courseParts {
  margin-bottom: 1.5rem; }
  .courseParts > .partHeader {
    margin-bottom: 1rem;
    border-bottom: 1px solid #9A9A9A; }
    .courseParts > .partHeader > .text {
      font-size: 1.1rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .courseParts > .partHeader > .text {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .courseParts > .partHeader > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .courseParts > .partHeader > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .courseParts > .partHeader > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
  .courseParts > .partList > .partItem > .partTitle {
    background-color: #f1f1f1;
    font-size: 1rem;
    line-height: 1.6; }
    @media (min-width: 576px) {
      .courseParts > .partList > .partItem > .partTitle {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .courseParts > .partList > .partItem > .partTitle {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .courseParts > .partList > .partItem > .partTitle {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .courseParts > .partList > .partItem > .partTitle {
        font-size: 1.1rem;
        line-height: 1.6; } }
  .courseParts > .partList > .partItem > .chapterList {
    font-size: 0.8rem;
    line-height: 1.6; }
    @media (min-width: 576px) {
      .courseParts > .partList > .partItem > .chapterList {
        font-size: 0.9rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .courseParts > .partList > .partItem > .chapterList {
        font-size: 0.95rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .courseParts > .partList > .partItem > .chapterList {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .courseParts > .partList > .partItem > .chapterList {
        font-size: 1rem;
        line-height: 1.6; } }
    .courseParts > .partList > .partItem > .chapterList .chapterItem .chapterItemHeader {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .courseParts > .partList > .partItem > .chapterList .chapterItem .chapterItemHeader .chapterLink {
        background-color: #FFD445;
        cursor: pointer;
        padding: 0.2rem 0.5rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.courseInstructor {
  margin-bottom: 1.5rem; }
  .courseInstructor > .courseInstructorHeader {
    margin-bottom: 1rem;
    border-bottom: 1px solid #9A9A9A; }
    .courseInstructor > .courseInstructorHeader > .text {
      font-size: 1.2rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .courseInstructor > .courseInstructorHeader > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .courseInstructor > .courseInstructorHeader > .text {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .courseInstructor > .courseInstructorHeader > .text {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .courseInstructor > .courseInstructorHeader > .text {
          font-size: 1.3rem;
          line-height: 1.6; } }
  .courseInstructor > .courseInstructorList > .instructorItem {
    display: flex;
    align-items: center;
    margin-bottom: 1rem; }
    .courseInstructor > .courseInstructorList > .instructorItem > .instructorCover {
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      border-radius: 50%;
      margin-right: 1rem; }
      .courseInstructor > .courseInstructorList > .instructorItem > .instructorCover > .image {
        height: 80px;
        width: 80px;
        border: 1px solid;
        border-radius: 50%; }
    .courseInstructor > .courseInstructorList > .instructorItem > .instructorInfo > .instructorName {
      font-size: 1rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .courseInstructor > .courseInstructorList > .instructorItem > .instructorInfo > .instructorName {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .courseInstructor > .courseInstructorList > .instructorItem > .instructorInfo > .instructorName {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .courseInstructor > .courseInstructorList > .instructorItem > .instructorInfo > .instructorName {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .courseInstructor > .courseInstructorList > .instructorItem > .instructorInfo > .instructorName {
          font-size: 1.1rem;
          line-height: 1.6; } }
    .courseInstructor > .courseInstructorList > .instructorItem > .instructorInfo > .instructorDescription {
      font-size: 1rem;
      line-height: 1.6;
      color: #6A6A6A; }
      @media (min-width: 576px) {
        .courseInstructor > .courseInstructorList > .instructorItem > .instructorInfo > .instructorDescription {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .courseInstructor > .courseInstructorList > .instructorItem > .instructorInfo > .instructorDescription {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .courseInstructor > .courseInstructorList > .instructorItem > .instructorInfo > .instructorDescription {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .courseInstructor > .courseInstructorList > .instructorItem > .instructorInfo > .instructorDescription {
          font-size: 1.1rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.courseDetailFrame {
  margin-bottom: 1rem; }
  .courseDetailFrame > .courseDetailHeader {
    margin-bottom: 1rem; }
    .courseDetailFrame > .courseDetailHeader > .courseTitle > .text {
      font-family: "Kanit";
      font-size: 1.4rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .courseDetailFrame > .courseDetailHeader > .courseTitle > .text {
          font-size: 1.4rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .courseDetailFrame > .courseDetailHeader > .courseTitle > .text {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .courseDetailFrame > .courseDetailHeader > .courseTitle > .text {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .courseDetailFrame > .courseDetailHeader > .courseTitle > .text {
          font-size: 1.5rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.summaryInfoFrame {
  margin-bottom: 1rem; }
  .summaryInfoFrame > .summaryInfoFrameHeader {
    font-family: "Kanit";
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .5rem; }
    .summaryInfoFrame > .summaryInfoFrameHeader > .summaryTitle {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .summaryInfoFrame > .summaryInfoFrameHeader > .summaryTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .summaryInfoFrame > .summaryInfoFrameHeader > .summaryTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .summaryInfoFrame > .summaryInfoFrameHeader > .summaryTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .summaryInfoFrame > .summaryInfoFrameHeader > .summaryTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
  .summaryInfoFrame > .summaryInfoBody {
    font-size: 1rem;
    line-height: 1.6;
    color: #6a6a6a;
    white-space: pre-line; }
    @media (min-width: 576px) {
      .summaryInfoFrame > .summaryInfoBody {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .summaryInfoFrame > .summaryInfoBody {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .summaryInfoFrame > .summaryInfoBody {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .summaryInfoFrame > .summaryInfoBody {
        font-size: 1.1rem;
        line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.ratingFrame {
  margin-bottom: 1rem; }
  .ratingFrame > .ratingForm {
    border-top: 0.8px solid rgba(0, 0, 0, 0.1);
    padding-top: 0.5rem;
    display: flex;
    justify-content: space-between; }
    .ratingFrame > .ratingForm > .ratingScore {
      display: flex;
      align-items: center; }
      .ratingFrame > .ratingForm > .ratingScore > .desciptionText {
        font-size: 0.8rem;
        line-height: 1.6;
        margin-left: 0.5rem; }
        @media (min-width: 576px) {
          .ratingFrame > .ratingForm > .ratingScore > .desciptionText {
            font-size: 0.9rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .ratingFrame > .ratingForm > .ratingScore > .desciptionText {
            font-size: 0.95rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .ratingFrame > .ratingForm > .ratingScore > .desciptionText {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .ratingFrame > .ratingForm > .ratingScore > .desciptionText {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .ratingFrame > .ratingForm > .ratingScore > .desciptionText {
            margin-left: 1rem; } }
    .ratingFrame > .ratingForm > .ratingButton > .button {
      display: block;
      background-color: #FFD54C;
      border: 1px solid #FFD54C;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: black;
      width: fit-content; }
      .ratingFrame > .ratingForm > .ratingButton > .button > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .ratingFrame > .ratingForm > .ratingButton > .button > .text {
        display: inline-block;
        vertical-align: middle; }
      .ratingFrame > .ratingForm > .ratingButton > .button > .text {
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 576px) {
          .ratingFrame > .ratingForm > .ratingButton > .button > .text {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .ratingFrame > .ratingForm > .ratingButton > .button > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .ratingFrame > .ratingForm > .ratingButton > .button > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .ratingFrame > .ratingForm > .ratingButton > .button > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.reviewFrame {
  margin-bottom: 1rem; }
  .reviewFrame > .reviewForm {
    padding-top: 0.5rem; }
    .reviewFrame > .reviewForm > .reviewBody {
      margin-bottom: 0.5rem; }
      .reviewFrame > .reviewForm > .reviewBody .textarea {
        border: 1px solid #363636;
        padding: 0.3rem;
        text-align: left;
        border-radius: 0.2rem;
        padding: 0.5rem;
        vertical-align: top;
        width: 100%; }
        .reviewFrame > .reviewForm > .reviewBody .textarea:focus {
          outline: none; }
    .reviewFrame > .reviewForm > .reviewFooter {
      display: flex;
      justify-content: flex-end; }
      .reviewFrame > .reviewForm > .reviewFooter > .reviewButton {
        display: block;
        background-color: #FFD54C;
        border: 1px solid #FFD54C;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        padding: 0.5rem;
        border-radius: 0.2rem;
        color: black;
        width: fit-content; }
        .reviewFrame > .reviewForm > .reviewFooter > .reviewButton > .icon {
          display: inline-block;
          height: 15px;
          margin-right: 4px; }
        .reviewFrame > .reviewForm > .reviewFooter > .reviewButton > .text {
          display: inline-block;
          vertical-align: middle; }
        .reviewFrame > .reviewForm > .reviewFooter > .reviewButton > .text {
          font-size: 1rem;
          line-height: 1.6; }
          @media (min-width: 576px) {
            .reviewFrame > .reviewForm > .reviewFooter > .reviewButton > .text {
              font-size: 1rem;
              line-height: 1.6; } }
          @media (min-width: 768px) {
            .reviewFrame > .reviewForm > .reviewFooter > .reviewButton > .text {
              font-size: 1.1rem;
              line-height: 1.6; } }
          @media (min-width: 992px) {
            .reviewFrame > .reviewForm > .reviewFooter > .reviewButton > .text {
              font-size: 1.1rem;
              line-height: 1.6; } }
          @media (min-width: 1200px) {
            .reviewFrame > .reviewForm > .reviewFooter > .reviewButton > .text {
              font-size: 1.1rem;
              line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.reviewList {
  margin-bottom: 1rem;
  max-height: 250px;
  overflow-y: scroll; }
  @media (min-width: 992px) {
    .reviewList {
      margin-bottom: 1.5rem; } }
  .reviewList .loader {
    padding: 1rem 0;
    color: black;
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
    background-color: white; }
    @media (min-width: 576px) {
      .reviewList .loader {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .reviewList .loader {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .reviewList .loader {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .reviewList .loader {
        font-size: 1.1rem;
        line-height: 1.6; } }
  .reviewList .reviewItem {
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #9A9A9A; }
    .reviewList .reviewItem:first-of-type {
      border-top: 1px solid #9A9A9A;
      padding-top: .5rem; }
    .reviewList .reviewItem > .reviewHead {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .reviewList .reviewItem > .reviewHead > .messager {
        font-size: 0.8rem;
        line-height: 1.6;
        font-weight: bold;
        margin-right: .5rem; }
        @media (min-width: 576px) {
          .reviewList .reviewItem > .reviewHead > .messager {
            font-size: 0.9rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .reviewList .reviewItem > .reviewHead > .messager {
            font-size: 0.95rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .reviewList .reviewItem > .reviewHead > .messager {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .reviewList .reviewItem > .reviewHead > .messager {
            font-size: 1rem;
            line-height: 1.6; } }
      .reviewList .reviewItem > .reviewHead > .createDate {
        font-size: 0.9;
        color: #9A9A9A; }
    .reviewList .reviewItem > .reviewBody {
      margin-left: 1rem; }
      .reviewList .reviewItem > .reviewBody > .reviewText {
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 576px) {
          .reviewList .reviewItem > .reviewBody > .reviewText {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .reviewList .reviewItem > .reviewBody > .reviewText {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .reviewList .reviewItem > .reviewBody > .reviewText {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .reviewList .reviewItem > .reviewBody > .reviewText {
            font-size: 1.1rem;
            line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.buffetReadBlock {
  display: block;
  text-align: center;
  flex-wrap: wrap;
  border: 0.8px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 0.5rem; }
  @media (min-width: 576px) {
    .buffetReadBlock {
      display: flex;
      text-align: left;
      align-items: center;
      justify-content: space-between; } }
  .buffetReadBlock > .buffetReadInfo {
    margin-bottom: 0.5rem; }
    @media (min-width: 576px) {
      .buffetReadBlock > .buffetReadInfo {
        margin-bottom: 0; } }
    .buffetReadBlock > .buffetReadInfo > .price {
      font-size: 1.1rem;
      line-height: 1.6;
      font-weight: bold;
      color: #d83a3a; }
      @media (min-width: 576px) {
        .buffetReadBlock > .buffetReadInfo > .price {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .buffetReadBlock > .buffetReadInfo > .price {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .buffetReadBlock > .buffetReadInfo > .price {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .buffetReadBlock > .buffetReadInfo > .price {
          font-size: 1.2rem;
          line-height: 1.6; } }
    .buffetReadBlock > .buffetReadInfo > .description {
      color: #808080;
      font-size: 0.8rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .buffetReadBlock > .buffetReadInfo > .description {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .buffetReadBlock > .buffetReadInfo > .description {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .buffetReadBlock > .buffetReadInfo > .description {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .buffetReadBlock > .buffetReadInfo > .description {
          font-size: 1rem;
          line-height: 1.6; } }
      .buffetReadBlock > .buffetReadInfo > .description > .highlight {
        color: white;
        background-color: #1bbc9d;
        border-radius: 1rem;
        padding: 0.2rem 0.5rem; }
  .buffetReadBlock > .buffetReadButton {
    display: flex;
    justify-content: center; }
    .buffetReadBlock > .buffetReadButton > .button {
      display: block;
      background-color: #FFD54C;
      border: 1px solid #FFD54C;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: black;
      display: block;
      margin-bottom: 1rem; }
      .buffetReadBlock > .buffetReadButton > .button > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .buffetReadBlock > .buffetReadButton > .button > .text {
        display: inline-block;
        vertical-align: middle; }
      @media (min-width: 992px) {
        .buffetReadBlock > .buffetReadButton > .button {
          margin-right: 1rem;
          margin-bottom: 0; } }
      .buffetReadBlock > .buffetReadButton > .button:last-of-type {
        margin-right: 0;
        margin-bottom: 0; }
      .buffetReadBlock > .buffetReadButton > .button > .icon {
        height: 15px;
        margin-right: 0.5rem; }
      .buffetReadBlock > .buffetReadButton > .button > .text {
        font-size: 1rem;
        line-height: 1.6; }
        @media (min-width: 576px) {
          .buffetReadBlock > .buffetReadButton > .button > .text {
            font-size: 1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .buffetReadBlock > .buffetReadButton > .button > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .buffetReadBlock > .buffetReadButton > .button > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .buffetReadBlock > .buffetReadButton > .button > .text {
            font-size: 1.1rem;
            line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.courseDescription {
  margin-bottom: 1.5rem; }
  .courseDescription > .descriptionHeader {
    margin-bottom: 1rem;
    border-bottom: 1px solid #9A9A9A; }
    .courseDescription > .descriptionHeader > .text {
      font-size: 1.1rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .courseDescription > .descriptionHeader > .text {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .courseDescription > .descriptionHeader > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .courseDescription > .descriptionHeader > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .courseDescription > .descriptionHeader > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
  .courseDescription > .descriptionBody.more {
    font-size: 1rem;
    line-height: 1.6;
    animation: ease-out; }
    @media (min-width: 576px) {
      .courseDescription > .descriptionBody.more {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .courseDescription > .descriptionBody.more {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .courseDescription > .descriptionBody.more {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .courseDescription > .descriptionBody.more {
        font-size: 1.1rem;
        line-height: 1.6; } }
  .courseDescription > .descriptionBody.less {
    font-size: 1rem;
    line-height: 1.6;
    word-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    -webkit-line-clamp: 4;
    max-height: 6.4rem;
    animation: ease-in; }
    @media (min-width: 576px) {
      .courseDescription > .descriptionBody.less {
        font-size: 1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 4;
        max-height: 6.4rem; } }
    @media (min-width: 768px) {
      .courseDescription > .descriptionBody.less {
        font-size: 1.1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 4;
        max-height: 7.04rem; } }
    @media (min-width: 992px) {
      .courseDescription > .descriptionBody.less {
        font-size: 1.1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 4;
        max-height: 7.04rem; } }
    @media (min-width: 1200px) {
      .courseDescription > .descriptionBody.less {
        font-size: 1.1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 4;
        max-height: 7.04rem; } }
  .courseDescription > .toggleClimeLine {
    cursor: pointer;
    display: flex;
    align-items: center; }
    .courseDescription > .toggleClimeLine > .text {
      color: #0564C3;
      font-size: 0.8rem;
      line-height: 1.6;
      margin-right: 0.2rem; }
      @media (min-width: 576px) {
        .courseDescription > .toggleClimeLine > .text {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .courseDescription > .toggleClimeLine > .text {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .courseDescription > .toggleClimeLine > .text {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .courseDescription > .toggleClimeLine > .text {
          font-size: 1rem;
          line-height: 1.6; } }
    .courseDescription > .toggleClimeLine > .icon {
      height: 10px; }

.courseVideoPreview {
  margin-bottom: 1rem; }
  .courseVideoPreview > .image {
    width: 100%; }
  .courseVideoPreview > .cover_icon_shop_campaign {
    position: absolute;
    width: 33%;
    height: auto;
    z-index: 4;
    top: -33px;
    right: -25px; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.shopCourseDetail {
  padding-top: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .shopCourseDetail {
      padding-top: 1.5rem;
      margin-bottom: 1.5rem; } }
  @media (min-width: 992px) {
    .shopCourseDetail {
      padding-top: 2rem;
      margin-bottom: 2rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.RedeemInfos {
  background-color: #f5f6f8 !important; }

.RedeemInfo .informationRedeem {
  font-family: "Kanit";
  margin-top: 2rem; }
  .RedeemInfo .informationRedeem .redeem {
    padding-top: 1rem; }
    .RedeemInfo .informationRedeem .redeem .card {
      border-color: transparent !important;
      border-radius: 22px;
      background: #ffffff;
      -webkit-box-shadow: 1px 1px 9px -1px #cfc6cf;
      -moz-box-shadow: 1px 1px 9px -1px #cfc6cf;
      box-shadow: 1px 1px 9px -1px #cfc6cf;
      height: 100%; }
      .RedeemInfo .informationRedeem .redeem .card .card-body {
        padding: 3.5rem; }
        @media (max-width: 767px) {
          .RedeemInfo .informationRedeem .redeem .card .card-body {
            padding: 1.25rem; } }
        .RedeemInfo .informationRedeem .redeem .card .card-body .card-title {
          text-align: center;
          font-weight: bold; }
        .RedeemInfo .informationRedeem .redeem .card .card-body .hightLight {
          color: red; }

.RedeemInfo .footer2 {
  margin-top: 2rem; }
  .RedeemInfo .footer2 .center {
    text-align: center;
    display: block;
    margin: 0 auto; }
    .RedeemInfo .footer2 .center .btnBack {
      background-color: #ffffff !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 1rem;
      border-radius: 0.2rem;
      color: #474a5c;
      margin-bottom: 4px;
      width: 150px;
      border-radius: 3rem;
      max-width: 200px;
      -webkit-box-shadow: 1px 1px 9px -1px #cfc6cf;
      -moz-box-shadow: 1px 1px 9px -1px #cfc6cf;
      box-shadow: 1px 1px 9px -1px #cfc6cf; }
      @media (min-width: 576px) {
        .RedeemInfo .footer2 .center .btnBack {
          margin-left: 1rem; } }
    .RedeemInfo .footer2 .center .btnConfirm {
      background-color: #5ecb00 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 1rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 150px;
      border-radius: 3rem;
      max-width: 200px;
      -webkit-box-shadow: 1px 1px 9px -1px #cfc6cf;
      -moz-box-shadow: 1px 1px 9px -1px #cfc6cf;
      box-shadow: 1px 1px 9px -1px #cfc6cf; }
      @media (min-width: 576px) {
        .RedeemInfo .footer2 .center .btnConfirm {
          margin-left: 1rem; } }

.redeem-info__rec-box {
  text-align: center;
  padding: 32px 16px;
  background: #eee; }
  .redeem-info__rec-box .redeem-info__rec-title {
    margin-bottom: 16px;
    font-size: 32px; }

.redeem-info__point-guide {
  text-align: center;
  margin: 0 auto;
  padding: 16px;
  background: #ffd54c; }
  .redeem-info__point-guide .redeem-info__point-guide-1st {
    font-size: 18px;
    font-weight: bolder; }
  .redeem-info__point-guide .redeem-info__point-guide-2nd {
    margin-top: 4px; }

.redeem-info__point-box {
  position: sticky;
  top: 0px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
  font-size: 24px;
  background: rgba(255, 213, 76, 0.8);
  margin-top: 1rem; }
  @media (min-width: 992px) {
    .redeem-info__point-box {
      top: 60px; } }
  .redeem-info__point-box .redeem-info__point-title {
    margin-right: 24px;
    font-size: 1rem;
    text-align: center; }
  .redeem-info__point-box .redeem-info__point-value {
    display: flex;
    align-items: baseline; }
  .redeem-info__point-box .redeem-info__point {
    margin-right: 8px;
    font-size: 64px;
    letter-spacing: 4px;
    line-height: 64px; }

.redeem-info__products {
  margin: 0;
  padding: 16px 8px; }
  .redeem-info__products [class*="col"] {
    padding: 8px; }

.col-xs-6 {
  width: 50%; }

.redeem-info__product-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0; }
  .redeem-info__product-item .redeem-info__product-meta {
    flex: 1;
    min-height: 115px;
    padding: 0.5rem; }
  .redeem-info__product-item .redeem-info__product-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    padding-top: 5px; }
    .redeem-info__product-item .redeem-info__product-cover img {
      width: auto;
      max-width: 100%;
      height: 100%; }
  .redeem-info__product-item .redeem-info__product-type {
    align-items: center;
    padding: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    color: black;
    background: #eee; }
  .redeem-info__product-item .redeem-info__product-type--Ookbee {
    color: #000;
    background: #ffd54c; }
    .redeem-info__product-item .redeem-info__product-type--Ookbee img {
      background: #ffd54c; }
    .redeem-info__product-item .redeem-info__product-type--Ookbee + .redeem-info__product-cover {
      background: #ffd54c; }
  .redeem-info__product-item .redeem-info__product-type--Tunwalai {
    background: #d29b70; }
    .redeem-info__product-item .redeem-info__product-type--Tunwalai img {
      background: #d29b70; }
    .redeem-info__product-item .redeem-info__product-type--Tunwalai + .redeem-info__product-cover {
      background: #d29b70; }
  .redeem-info__product-item .redeem-info__product-type--Joylada {
    background: #ff3378; }
    .redeem-info__product-item .redeem-info__product-type--Joylada img {
      background: #ff3378; }
    .redeem-info__product-item .redeem-info__product-type--Joylada + .redeem-info__product-cover {
      background: #ff3378; }
  .redeem-info__product-item .redeem-info__product-type--ADuang {
    background: #2b3143; }
    .redeem-info__product-item .redeem-info__product-type--ADuang img {
      background: #2b3143; }
    .redeem-info__product-item .redeem-info__product-type--ADuang + .redeem-info__product-cover {
      background: #2b3143; }
  .redeem-info__product-item .redeem-info__product-type--Cultees {
    background: #000; }
    .redeem-info__product-item .redeem-info__product-type--Cultees img {
      background: #000; }
    .redeem-info__product-item .redeem-info__product-type--Cultees + .redeem-info__product-cover {
      background: #000; }
  .redeem-info__product-item .redeem-info__product-type--Pod {
    background: #00a8cc; }
    .redeem-info__product-item .redeem-info__product-type--Pod img {
      background: #00a8cc; }
    .redeem-info__product-item .redeem-info__product-type--Pod + .redeem-info__product-cover {
      padding-bottom: 16px;
      background: #00a8cc; }
  .redeem-info__product-item .redeem-info__product-name {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bolder;
    text-align: center; }
  .redeem-info__product-item .redeem-info__product-detail {
    font-size: 20px;
    text-align: center;
    color: #999999 !important; }
    .redeem-info__product-item .redeem-info__product-detail b {
      color: black !important; }
  .redeem-info__product-item .redeem-info__product-point-box {
    display: block;
    align-items: center;
    text-align: center;
    padding: 1rem; }
    .redeem-info__product-item .redeem-info__product-point-box .redeem-info__point-text {
      flex: 1;
      padding: 16px;
      text-align: left; }
    .redeem-info__product-item .redeem-info__product-point-box .redeem-info__product-point {
      margin-right: 4px; }
  .redeem-info__product-item .redeem-info__product-point-box-md .redeem-info__product-detail {
    text-align: center;
    padding: 1rem; }
  .redeem-info__product-item .redeem-info__product-redeem-btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-radius: 24px;
    padding: 14px 32px;
    text-decoration: none;
    color: black;
    background: #ffd44c;
    width: 100%; }
  .redeem-info__product-item .redeem-info__product-btn--soldout {
    cursor: default;
    background: lightgray;
    color: gray;
    letter-spacing: 1px; }
    .redeem-info__product-item .redeem-info__product-btn--soldout:hover {
      color: gray; }

.modalFrame {
  padding: 0 !important;
  background-color: white; }
  .modalFrame > .modalFrameHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #ffd54c;
    margin-bottom: 1rem;
    font-weight: bolder; }
    .modalFrame > .modalFrameHeader > .textHeader {
      font-size: 1.2rem; }
    .modalFrame > .modalFrameHeader > .closeIcon {
      cursor: pointer; }
  .modalFrame > .modalFrameBody {
    padding: 1rem 1rem 2rem 1rem; }
  .modalFrame > .modalFrameFooter {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem;
    background-color: #f2f2f2; }
    .modalFrame > .modalFrameFooter > .link {
      font-size: 0.8rem;
      line-height: 1.6;
      cursor: pointer;
      color: gray; }
      @media (min-width: 576px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      .modalFrame > .modalFrameFooter > .link:hover {
        text-decoration: underline; }
    .modalFrame > .modalFrameFooter .btn {
      border-radius: 0; }
    .modalFrame > .modalFrameFooter .btn-primary {
      border: none !important;
      background-color: #000;
      color: #fff; }
      .modalFrame > .modalFrameFooter .btn-primary:hover {
        color: #ffd54c; }
      .modalFrame > .modalFrameFooter .btn-primary:focus {
        border: 0;
        outline: 0; }

.gmd-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.gmd-1:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.RedeemPromotion .redeem-point__rec-box {
  text-align: center;
  padding: 15px 15px; }
  .RedeemPromotion .redeem-point__rec-box .redeem-point__rec-title {
    margin-bottom: 16px;
    font-size: 32px; }
  .RedeemPromotion .redeem-point__rec-box .links {
    color: #007bff;
    font-weight: bold; }

.RedeemPromotion .redeem-point__point-guide {
  text-align: center;
  margin: 0 auto;
  padding: 16px;
  background: #ffd54c; }
  .RedeemPromotion .redeem-point__point-guide .redeem-point__point-guide-1st {
    font-size: 18px;
    font-weight: bolder; }
  .RedeemPromotion .redeem-point__point-guide .redeem-point__point-guide-2nd {
    margin-top: 4px; }

.RedeemPromotion .redeem-point__point-box {
  position: sticky;
  top: 0px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
  font-size: 24px;
  background: rgba(255, 213, 76, 0.8);
  margin-top: 1rem; }
  @media (min-width: 992px) {
    .RedeemPromotion .redeem-point__point-box {
      top: 60px; } }
  .RedeemPromotion .redeem-point__point-box .redeem-point__point-title {
    margin-right: 24px;
    font-size: 1rem;
    text-align: center; }
    .RedeemPromotion .redeem-point__point-box .redeem-point__point-title .links {
      color: "blue";
      font-weight: bold; }
  .RedeemPromotion .redeem-point__point-box .redeem-point__point-value {
    display: flex;
    align-items: baseline; }
  .RedeemPromotion .redeem-point__point-box .redeem-point__point {
    margin-right: 8px;
    font-size: 57px;
    letter-spacing: 4px;
    line-height: 64px; }

.RedeemPromotion .redeem-point__products {
  margin: 0;
  padding: 16px 8px;
  padding-bottom: 4rem; }
  .RedeemPromotion .redeem-point__products [class*="col"] {
    padding: 8px; }

.RedeemPromotion .col-xs-6 {
  width: 50%; }

.RedeemPromotion .redeem-point__product-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.5rem;
  height: 470px; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-meta {
    flex: 1;
    padding: 0.5rem; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 175px;
    padding-top: 5px; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-cover img {
      width: auto;
      max-width: 100%;
      height: 100%; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-type {
    align-items: center;
    padding: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    color: black;
    background: #eee; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--Ookbee {
    color: #000;
    background: #ffd54c; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--Ookbee img {
      background: #ffd54c; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--Ookbee + .redeem-point__product-cover {
      background: #ffd54c; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--Tunwalai {
    background: #d29b70; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--Tunwalai img {
      background: #d29b70; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--Tunwalai + .redeem-point__product-cover {
      background: #d29b70; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--Joylada {
    background: #ff3378; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--Joylada img {
      background: #ff3378; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--Joylada + .redeem-point__product-cover {
      background: #ff3378; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--ADuang {
    background: #2b3143; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--ADuang img {
      background: #2b3143; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--ADuang + .redeem-point__product-cover {
      background: #2b3143; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--Cultees {
    background: #000; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--Cultees img {
      background: #000; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--Cultees + .redeem-point__product-cover {
      background: #000; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--Pod {
    background: #00a8cc; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--Pod img {
      background: #00a8cc; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-type--Pod + .redeem-point__product-cover {
      padding-bottom: 16px;
      background: #00a8cc; }
  .RedeemPromotion .redeem-point__product-item .padding {
    padding-top: 1rem; }
  .RedeemPromotion .redeem-point__product-item .disabledbutton {
    pointer-events: none;
    opacity: 0.4; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-name {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bolder;
    text-align: center; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-detail {
    font-size: 14px;
    color: #999999 !important;
    white-space: pre-line !important; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-detail b {
      color: black !important; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-alert {
    font-size: 14px;
    color: red !important;
    white-space: pre-line !important; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-alert b {
      color: black !important; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-detail2 {
    font-size: 20px;
    text-align: center;
    color: #999999 !important;
    white-space: pre-line !important; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-detail2 b {
      color: black !important; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-point-box {
    display: block;
    align-items: center;
    text-align: center;
    padding: 1rem; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-point-box .redeem-point__point-text {
      flex: 1;
      padding: 16px;
      text-align: left; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-point-box .redeem-point__product-point {
      margin-right: 4px; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-point-box-md .redeem-point__product-detail {
    padding: 1rem;
    white-space: pre-line !important; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-point-box-md .redeem-point__product-detail2 {
    text-align: center;
    padding: 1rem;
    white-space: pre-line !important; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-redeem-btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-radius: 24px;
    padding: 14px 32px;
    text-decoration: none;
    color: black;
    background: #ffd44c;
    width: 100%; }
  .RedeemPromotion .redeem-point__product-item .redeem-point__product-btn--soldout {
    cursor: default;
    background: lightgray;
    color: gray;
    letter-spacing: 1px; }
    .RedeemPromotion .redeem-point__product-item .redeem-point__product-btn--soldout:hover {
      color: gray; }

.modalFrame {
  padding: 0 !important;
  background-color: white; }
  .modalFrame > .modalFrameHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #ffd54c;
    margin-bottom: 1rem;
    font-weight: bolder; }
    .modalFrame > .modalFrameHeader > .textHeader {
      font-size: 1.2rem; }
    .modalFrame > .modalFrameHeader > .closeIcon {
      cursor: pointer; }
  .modalFrame > .modalFrameBody {
    padding: 1rem 1rem 2rem 1rem;
    font-size: 0.9rem !important; }
  .modalFrame > .modalFrameFooter {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem;
    background-color: #f2f2f2; }
    .modalFrame > .modalFrameFooter > .link {
      font-size: 0.8rem;
      line-height: 1.6;
      cursor: pointer;
      color: gray; }
      @media (min-width: 576px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      .modalFrame > .modalFrameFooter > .link:hover {
        text-decoration: underline; }
    .modalFrame > .modalFrameFooter .btn {
      border-radius: 0; }
    .modalFrame > .modalFrameFooter .btn-primary {
      border: none !important;
      background-color: #000;
      color: #fff; }
      .modalFrame > .modalFrameFooter .btn-primary:hover {
        color: #ffd54c; }
      .modalFrame > .modalFrameFooter .btn-primary:focus {
        border: 0;
        outline: 0; }

.gmd-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.gmd-1:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.imgCoin {
  max-width: 35px;
  width: 100%; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.RedeemSuccessCover {
  background-color: #f5f6f8 !important; }

.RedeemSuccess .informationRedeem {
  font-family: "Kanit";
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .RedeemSuccess .informationRedeem .card {
    border-color: transparent !important;
    border-radius: 22px;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 9px -1px #cfc6cf;
    -moz-box-shadow: 1px 1px 9px -1px #cfc6cf;
    box-shadow: 1px 1px 9px -1px #cfc6cf;
    height: 100%; }
    .RedeemSuccess .informationRedeem .card .card-body {
      padding: 3.5rem; }
      @media (max-width: 767px) {
        .RedeemSuccess .informationRedeem .card .card-body {
          padding: 1.25rem; } }
      .RedeemSuccess .informationRedeem .card .card-body .card-title {
        text-align: center;
        font-weight: bold; }
      .RedeemSuccess .informationRedeem .card .card-body .card-info {
        text-align: center; }
      .RedeemSuccess .informationRedeem .card .card-body .hightLight {
        color: red; }
      .RedeemSuccess .informationRedeem .card .card-body .footer2 {
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-top: 2rem; }
        .RedeemSuccess .informationRedeem .card .card-body .footer2 .btnBack {
          background-color: #ffffff !important;
          border: 1px solid transparent;
          cursor: pointer;
          text-decoration: none;
          outline: none;
          padding: 0.5rem;
          border-radius: 0.2rem;
          color: #474a5c;
          margin-bottom: 4px;
          width: 100%;
          border-radius: 3rem;
          max-width: 200px;
          -webkit-box-shadow: 1px 1px 9px -1px #cfc6cf;
          -moz-box-shadow: 1px 1px 9px -1px #cfc6cf;
          box-shadow: 1px 1px 9px -1px #cfc6cf; }
          @media (min-width: 576px) {
            .RedeemSuccess .informationRedeem .card .card-body .footer2 .btnBack {
              margin-left: 1rem; } }
        .RedeemSuccess .informationRedeem .card .card-body .footer2 .btnConfirm {
          background-color: #5ecb00 !important;
          border: 1px solid transparent;
          cursor: pointer;
          text-decoration: none;
          outline: none;
          padding: 0.5rem;
          border-radius: 0.2rem;
          color: white;
          margin-bottom: 4px;
          width: 100%;
          border-radius: 3rem;
          max-width: 200px;
          -webkit-box-shadow: 1px 1px 9px -1px #cfc6cf;
          -moz-box-shadow: 1px 1px 9px -1px #cfc6cf;
          box-shadow: 1px 1px 9px -1px #cfc6cf; }
          @media (min-width: 576px) {
            .RedeemSuccess .informationRedeem .card .card-body .footer2 .btnConfirm {
              margin-left: 1rem; } }
      .RedeemSuccess .informationRedeem .card .card-body img.logo {
        max-width: 100%;
        height: auto;
        display: table;
        margin: 0 auto; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

body {
  height: 100%;
  font-family: "Kanit"; }

.announcement {
  margin-bottom: 1rem; }

.announcementBanner {
  width: 100%; }

.howToCard {
  margin-bottom: 2rem; }

p, div {
  margin: 0; }

a, a:hover {
  color: inherit; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

.navColour {
  background-color: #FFD54C; }

.navToggle:focus {
  outline: none; }

.navItem {
  color: black;
  border: 0;
  border-bottom: 1px solid black;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem; }

.navItem:last-of-type {
  border-bottom: 0; }

.navItem:hover {
  background-color: black;
  color: white; }

@media (min-width: 992px) {
  .navItem {
    color: black;
    border: 1px solid black;
    border-radius: 0.3rem;
    margin: 0;
    margin-right: 0.5rem;
    padding-left: 0;
    padding-right: 0; }
  .navItem:hover {
    background-color: black;
    color: white; }
  .navItem:last-of-type {
    border-bottom: 1px solid black; } }

.navItem:last-of-type {
  margin-right: 0; }

.howToCardTitle {
  margin: 0;
  background-color: #FFD54C;
  color: black;
  font-size: 1.5rem;
  padding: 1rem 1.2rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem; }

.howToCardBody {
  border: 1px solid lightgray;
  padding: 1rem 1.2rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.detailTitle {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.5rem; }

.detailText {
  font-size: 1.1rem;
  padding-left: 1rem; }

.link {
  color: #000; }

.link:hover {
  color: #000; }

.txt-red {
  color: red; }

.txt-sm {
  font-size: 10px; }

.txt-sub {
  display: block;
  margin-bottom: 0.5rem; }

.txt-remark {
  color: red;
  font-size: 0.9em; }

ul.list-decimal {
  list-style: decimal; }

ul.list-dash {
  list-style: none;
  font-size: 1rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

@media (max-width: 767px) {
  .nationalShop {
    padding: 0rem !important; } }

.shop-detail {
  width: 100%; }

.manage {
  margin-top: 2rem;
  margin-bottom: 1rem; }

.btnCenter {
  margin: 0 auto;
  display: block; }

.btnShopdee {
  background-color: #ffd54a;
  display: block;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 0.5rem;
  border-radius: 0.2rem;
  color: black;
  margin-bottom: 4px;
  border-radius: 3rem;
  margin: 0 auto;
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: bold !important;
  font-size: 1.6rem; }

@media (max-width: 767px) {
  .btnShopdee {
    font-size: 1.2rem !important; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.condition {
  padding-top: 1rem;
  flex: 0 1 1152px;
  max-width: 1152px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 2px 4px 20px #d3d3d3;
  border-radius: 8px;
  box-sizing: border-box; }
  .condition > .header {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .condition > .header {
        margin-bottom: 1.5rem; } }
    .condition > .header > .title {
      font-family: "Kanit";
      font-size: 1.4rem;
      line-height: 1.6;
      font-weight: bold;
      padding: 0.5rem 0;
      margin-bottom: 0.5rem;
      border-bottom: 1px solid; }
      @media (min-width: 576px) {
        .condition > .header > .title {
          font-size: 1.4rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .condition > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .condition > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .condition > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .condition > .header > .title {
          padding: 1rem 0;
          margin-bottom: 1rem; } }
    .condition > .header > .text {
      font-family: "Kanit";
      margin-left: 0.25rem;
      margin-right: 0.25rem;
      margin-bottom: 0.5rem;
      font-size: 0.8rem !important;
      text-indent: 1rem;
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .condition > .header > .text {
          margin-left: 1.5rem;
          margin-bottom: 1rem; } }
      @media (min-width: 576px) {
        .condition > .header > .text {
          font-size: 0.8rem !important; } }
      @media (min-width: 768px) {
        .condition > .header > .text {
          font-size: 0.8rem !important; } }
      @media (min-width: 992px) {
        .condition > .header > .text {
          font-size: 1rem !important; } }
  .condition > .detail {
    margin-left: 0.5rem; }
    @media (min-width: 768px) {
      .condition > .detail {
        margin-left: 1rem; } }
    .condition > .detail > .detailList {
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .condition > .detail > .detailList {
          margin-left: 1.5rem;
          margin-bottom: 2rem; } }
      .condition > .detail > .detailList > .listTitle {
        font-family: "Kanit";
        margin-bottom: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.6; }
        @media (min-width: 768px) {
          .condition > .detail > .detailList > .listTitle {
            margin-bottom: 1rem; } }
        @media (min-width: 576px) {
          .condition > .detail > .detailList > .listTitle {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .condition > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .condition > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .condition > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
      .condition > .detail > .detailList > .listText {
        font-family: "Kanit";
        margin-left: 0.25rem;
        margin-right: 0.25rem;
        margin-bottom: 0.5rem;
        font-size: 0.8rem !important; }
        @media (min-width: 768px) {
          .condition > .detail > .detailList > .listText {
            margin-left: 1.5rem;
            margin-bottom: 1rem; } }
        @media (min-width: 576px) {
          .condition > .detail > .detailList > .listText {
            font-size: 0.8rem !important; } }
        @media (min-width: 768px) {
          .condition > .detail > .detailList > .listText {
            font-size: 0.8rem !important; } }
        @media (min-width: 992px) {
          .condition > .detail > .detailList > .listText {
            font-size: 1rem !important; } }

.thirdPartyWebsite {
  padding-top: 1rem;
  margin-top: 1rem;
  flex: 0 1 1152px;
  max-width: 1152px;
  padding: 10px;
  overflow: hidden;
  box-shadow: 2px 4px 20px #d3d3d3;
  border-radius: 8px;
  box-sizing: border-box;
  padding-left: 1rem; }
  .thirdPartyWebsite > .header {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .thirdPartyWebsite > .header {
        margin-bottom: 1.5rem; } }
    .thirdPartyWebsite > .header > .title {
      font-family: "Kanit";
      font-size: 1.4rem;
      line-height: 1.6;
      font-weight: bold;
      padding: 0.5rem 0;
      margin-bottom: 0.5rem;
      border-bottom: 1px solid; }
      @media (min-width: 576px) {
        .thirdPartyWebsite > .header > .title {
          font-size: 1.4rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .thirdPartyWebsite > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .thirdPartyWebsite > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .thirdPartyWebsite > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .thirdPartyWebsite > .header > .title {
          padding: 1rem 0;
          margin-bottom: 1rem; } }
    .thirdPartyWebsite > .header > .text {
      font-family: "Kanit";
      font-size: 0.8rem !important;
      text-indent: 1rem;
      margin-bottom: 1rem; }
  .thirdPartyWebsite > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .thirdPartyWebsite > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .thirdPartyWebsite > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .thirdPartyWebsite > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .thirdPartyWebsite > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .thirdPartyWebsite > .promotionDetail > .promotionPolicy {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .thirdPartyWebsite > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .currentCustomer2 {
      color: black; }
    .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .currentCustomer3 {
      color: #8f00ff; }
    .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.2rem; }
      @media (min-width: 576px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.2rem; } }
      @media (min-width: 768px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
    .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 1rem; }
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        @media (min-width: 576px) {
          .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
      font-weight: bold;
      font-size: 0.9rem; }
      .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .promotionPercentDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
          font-size: 0.5rem; } }
      @media (min-width: 768px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
          font-size: 1.7rem; } }
      .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .promotionPercentDescription > .links {
        color: #4989bf !important; }
    .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .licenseDetail {
      white-space: pre-wrap;
      background-color: whitesmoke;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      padding-top: 0.5rem;
      word-wrap: break-word;
      width: auto; }
      @media (min-width: 576px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .licenseDetail {
          font-size: 0.8rem !important; } }
      @media (min-width: 768px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .licenseDetail {
          font-size: 0.8rem !important; } }
      @media (min-width: 992px) {
        .thirdPartyWebsite > .promotionDetail > .promotionPolicy > .licenseDetail {
          font-size: 1.1rem !important; } }

.thirdPartyIos {
  padding-top: 1rem;
  margin-top: 1rem;
  flex: 0 1 1152px;
  max-width: 1152px;
  padding: 10px;
  overflow: hidden;
  box-shadow: 2px 4px 20px #d3d3d3;
  border-radius: 8px;
  box-sizing: border-box;
  padding-left: 1rem; }
  .thirdPartyIos > .header {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .thirdPartyIos > .header {
        margin-bottom: 1.5rem; } }
    .thirdPartyIos > .header > .title {
      font-family: "Kanit";
      font-size: 1.4rem;
      line-height: 1.6;
      font-weight: bold;
      padding: 0.5rem 0;
      margin-bottom: 0.5rem;
      border-bottom: 1px solid; }
      @media (min-width: 576px) {
        .thirdPartyIos > .header > .title {
          font-size: 1.4rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .thirdPartyIos > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .thirdPartyIos > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .thirdPartyIos > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .thirdPartyIos > .header > .title {
          padding: 1rem 0;
          margin-bottom: 1rem; } }
    .thirdPartyIos > .header > .text {
      font-size: 1.1rem;
      line-height: 1.6;
      text-indent: 1rem;
      margin-bottom: 1rem; }
      @media (min-width: 576px) {
        .thirdPartyIos > .header > .text {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .thirdPartyIos > .header > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .thirdPartyIos > .header > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .thirdPartyIos > .header > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
  .thirdPartyIos > .GroupDetail {
    width: auto; }
    .thirdPartyIos > .GroupDetail > .textThirdParties {
      font-family: "Kanit";
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      font-weight: 400;
      font-size: 1em; }
      @media (min-width: 576px) {
        .thirdPartyIos > .GroupDetail > .textThirdParties {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .thirdPartyIos > .GroupDetail > .textThirdParties {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .thirdPartyIos > .GroupDetail > .textThirdParties {
          font-size: 1.4rem; } }
    .thirdPartyIos > .GroupDetail > .textThirdPartiesSub {
      font-family: "Kanit";
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      font-size: 0.8rem !important; }
      @media (min-width: 576px) {
        .thirdPartyIos > .GroupDetail > .textThirdPartiesSub {
          font-size: 0.8rem !important; } }
      @media (min-width: 768px) {
        .thirdPartyIos > .GroupDetail > .textThirdPartiesSub {
          font-size: 0.8rem !important; } }
      @media (min-width: 992px) {
        .thirdPartyIos > .GroupDetail > .textThirdPartiesSub {
          font-size: 1.2rem; } }
    .thirdPartyIos > .GroupDetail > .headerThirdParties {
      white-space: pre-wrap;
      background-color: whitesmoke;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      padding-top: 0.5rem;
      word-wrap: break-word;
      width: auto;
      font-size: 1rem; }
      @media (min-width: 768px) {
        .thirdPartyIos > .GroupDetail > .headerThirdParties {
          margin-bottom: 1.5rem; } }
      .thirdPartyIos > .GroupDetail > .headerThirdParties > .listTextThirdParties {
        font-family: "Kanit";
        margin-left: 0.25rem;
        margin-right: 0.25rem;
        margin-bottom: 0.5rem;
        font-size: 0.8rem !important; }
        @media (min-width: 768px) {
          .thirdPartyIos > .GroupDetail > .headerThirdParties > .listTextThirdParties {
            margin-left: 1.5rem;
            margin-bottom: 1rem; } }
        @media (min-width: 576px) {
          .thirdPartyIos > .GroupDetail > .headerThirdParties > .listTextThirdParties {
            font-size: 0.8rem !important; } }
        @media (min-width: 768px) {
          .thirdPartyIos > .GroupDetail > .headerThirdParties > .listTextThirdParties {
            font-size: 0.8rem !important; } }
        @media (min-width: 992px) {
          .thirdPartyIos > .GroupDetail > .headerThirdParties > .listTextThirdParties {
            font-size: 1.1rem !important; } }

.thirdPartyAndroid {
  padding-top: 1rem;
  margin-top: 1rem;
  flex: 0 1 1152px;
  max-width: 1152px;
  padding: 10px;
  overflow: hidden;
  box-shadow: 2px 4px 20px #d3d3d3;
  border-radius: 8px;
  box-sizing: border-box;
  padding-left: 1rem; }
  .thirdPartyAndroid > .header {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .thirdPartyAndroid > .header {
        margin-bottom: 1.5rem; } }
    .thirdPartyAndroid > .header > .title {
      font-family: "Kanit";
      font-size: 1.4rem;
      line-height: 1.6;
      font-weight: bold;
      padding: 0.5rem 0;
      margin-bottom: 0.5rem;
      border-bottom: 1px solid; }
      @media (min-width: 576px) {
        .thirdPartyAndroid > .header > .title {
          font-size: 1.4rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .thirdPartyAndroid > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .thirdPartyAndroid > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .thirdPartyAndroid > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .thirdPartyAndroid > .header > .title {
          padding: 1rem 0;
          margin-bottom: 1rem; } }
    .thirdPartyAndroid > .header > .text {
      font-size: 1.1rem;
      line-height: 1.6;
      text-indent: 1rem;
      margin-bottom: 1rem; }
      @media (min-width: 576px) {
        .thirdPartyAndroid > .header > .text {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .thirdPartyAndroid > .header > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .thirdPartyAndroid > .header > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .thirdPartyAndroid > .header > .text {
          font-size: 1.2rem;
          line-height: 1.6; } }
  .thirdPartyAndroid > .GroupDetail {
    width: auto; }
    .thirdPartyAndroid > .GroupDetail > .textThirdParties {
      font-family: "Kanit";
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      font-weight: 400;
      font-size: 1em; }
      @media (min-width: 576px) {
        .thirdPartyAndroid > .GroupDetail > .textThirdParties {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .thirdPartyAndroid > .GroupDetail > .textThirdParties {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .thirdPartyAndroid > .GroupDetail > .textThirdParties {
          font-size: 1.4rem; } }
    .thirdPartyAndroid > .GroupDetail > .textThirdPartiesSub {
      font-family: "Kanit";
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      font-size: 0.8rem !important; }
      @media (min-width: 576px) {
        .thirdPartyAndroid > .GroupDetail > .textThirdPartiesSub {
          font-size: 0.8rem !important; } }
      @media (min-width: 768px) {
        .thirdPartyAndroid > .GroupDetail > .textThirdPartiesSub {
          font-size: 0.8rem !important; } }
      @media (min-width: 992px) {
        .thirdPartyAndroid > .GroupDetail > .textThirdPartiesSub {
          font-size: 1.2rem; } }
    .thirdPartyAndroid > .GroupDetail > .headerThirdParties {
      white-space: pre-wrap;
      background-color: whitesmoke;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      padding-top: 0.5rem;
      word-wrap: break-word;
      width: auto;
      font-size: 1rem; }
      @media (min-width: 768px) {
        .thirdPartyAndroid > .GroupDetail > .headerThirdParties {
          margin-bottom: 1.5rem; } }
      .thirdPartyAndroid > .GroupDetail > .headerThirdParties > .listTextThirdParties {
        font-family: "Kanit";
        margin-left: 0.25rem;
        margin-right: 0.25rem;
        margin-bottom: 0.5rem;
        font-size: 0.8rem !important; }
        @media (min-width: 768px) {
          .thirdPartyAndroid > .GroupDetail > .headerThirdParties > .listTextThirdParties {
            margin-left: 1.5rem;
            margin-bottom: 1rem; } }
        @media (min-width: 576px) {
          .thirdPartyAndroid > .GroupDetail > .headerThirdParties > .listTextThirdParties {
            font-size: 0.8rem !important; } }
        @media (min-width: 768px) {
          .thirdPartyAndroid > .GroupDetail > .headerThirdParties > .listTextThirdParties {
            font-size: 0.8rem !important; } }
        @media (min-width: 992px) {
          .thirdPartyAndroid > .GroupDetail > .headerThirdParties > .listTextThirdParties {
            font-size: 1.1rem !important; } }

.privacy {
  padding-top: 1rem;
  flex: 0 1 1152px;
  max-width: 1152px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 2px 4px 20px #d3d3d3;
  border-radius: 8px;
  box-sizing: border-box; }
  .privacy > .header {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .privacy > .header {
        margin-bottom: 1.5rem; } }
    .privacy > .header > .title {
      font-family: "Kanit";
      font-size: 1.4rem;
      line-height: 1.6;
      font-weight: bold;
      padding: 0.5rem 0;
      margin-bottom: 0.5rem;
      border-bottom: 1px solid; }
      @media (min-width: 576px) {
        .privacy > .header > .title {
          font-size: 1.4rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .privacy > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .privacy > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .privacy > .header > .title {
          font-size: 1.5rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .privacy > .header > .title {
          padding: 1rem 0;
          margin-bottom: 1rem; } }
    .privacy > .header > .text {
      font-weight: bold;
      margin-bottom: 0.5rem;
      font-size: 1rem; }
    .privacy > .header > .description {
      font-family: "Kanit";
      margin-left: 0.25rem;
      margin-right: 0.25rem;
      margin-bottom: 0.5rem;
      font-size: 0.8rem !important;
      text-indent: 1rem;
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .privacy > .header > .description {
          margin-left: 1.5rem;
          margin-bottom: 1rem; } }
      @media (min-width: 576px) {
        .privacy > .header > .description {
          font-size: 0.8rem !important; } }
      @media (min-width: 768px) {
        .privacy > .header > .description {
          font-size: 0.8rem !important; } }
      @media (min-width: 992px) {
        .privacy > .header > .description {
          font-size: 1rem !important; } }
  .privacy > .detail {
    margin-left: 0.5rem; }
    @media (min-width: 768px) {
      .privacy > .detail {
        margin-left: 1rem; } }
    .privacy > .detail > .detailList {
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .privacy > .detail > .detailList {
          margin-left: 1.5rem;
          margin-bottom: 2rem; } }
      .privacy > .detail > .detailList > .listTitle {
        font-family: "Kanit";
        margin-bottom: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.6; }
        @media (min-width: 768px) {
          .privacy > .detail > .detailList > .listTitle {
            margin-bottom: 1rem; } }
        @media (min-width: 576px) {
          .privacy > .detail > .detailList > .listTitle {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .privacy > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .privacy > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .privacy > .detail > .detailList > .listTitle {
            font-size: 1.3rem;
            line-height: 1.6; } }
      .privacy > .detail > .detailList > .listText {
        font-family: "Kanit";
        margin-left: 0.25rem;
        margin-right: 0.25rem;
        margin-bottom: 0.5rem;
        font-size: 0.8rem !important;
        text-indent: 1rem;
        margin-bottom: 1rem; }
        @media (min-width: 768px) {
          .privacy > .detail > .detailList > .listText {
            margin-left: 1.5rem;
            margin-bottom: 1rem; } }
        @media (min-width: 576px) {
          .privacy > .detail > .detailList > .listText {
            font-size: 0.8rem !important; } }
        @media (min-width: 768px) {
          .privacy > .detail > .detailList > .listText {
            font-size: 0.8rem !important; } }
        @media (min-width: 992px) {
          .privacy > .detail > .detailList > .listText {
            font-size: 1rem !important; } }

.legal {
  margin-top: 15px;
  font-family: "Kanit";
  font-size: 2rem;
  display: block;
  font-weight: 400; }
  @media (min-width: 768px) {
    .legal {
      font-size: 2rem; } }
  @media (min-width: 576px) {
    .legal {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    .legal {
      font-size: 2.5rem; } }

.link-active {
  font-family: "Kanit";
  font-size: 1.2rem;
  display: block;
  border: 5px solid #ffd54c;
  border-top: none;
  border-right: none;
  border-bottom: none;
  font-weight: 400; }
  @media (min-width: 768px) {
    .link-active {
      font-size: 0.8rem !important; } }
  @media (min-width: 576px) {
    .link-active {
      font-size: 0.8rem !important; } }
  @media (min-width: 992px) {
    .link-active {
      font-size: 1.4rem !important; } }

.link-legal {
  font-family: "Kanit";
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  display: block;
  border: 5px solid white;
  border-top: none;
  border-right: none;
  border-bottom: none;
  font-weight: 400; }
  @media (min-width: 768px) {
    .link-legal {
      font-size: 0.8rem !important; } }
  @media (min-width: 576px) {
    .link-legal {
      font-size: 0.8rem !important; } }
  @media (min-width: 992px) {
    .link-legal {
      font-size: 1.4rem !important; } }
  .link-legala:hover {
    text-decoration: none;
    border-bottom: 1px solid gray; }
  .link-legal > .icon {
    height: 12px;
    margin-right: 0.3rem; }
  .link-legal > .text {
    font-size: 0.85rem;
    line-height: 1;
    color: black;
    margin-right: 0.3rem !important; }
    .link-legal > .text:last-child {
      margin-right: 0 !important; }

.dropbtn {
  background-color: #ffd54c;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer; }

.dropdown {
  position: relative;
  display: inline-block;
  margin-top: 2rem; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.dropdown:hover .dropdown-content {
  display: block; }

.dropdown:hover .dropbtn {
  background-color: #ffd54c; }

.detail .link {
  cursor: pointer;
  display: flex;
  align-items: center; }
  .detail .linka:hover {
    text-decoration: none;
    border-bottom: 1px solid gray; }
  .detail .link > .icon {
    height: 12px;
    margin-right: 0.3rem; }
  .detail .link > .text {
    font-size: 0.85rem;
    line-height: 1;
    color: black;
    margin-right: 0.3rem !important; }
    .detail .link > .text:last-child {
      margin-right: 0 !important; }

.GroupDetail .link {
  cursor: pointer;
  display: flex;
  align-items: center; }
  .GroupDetail .linka:hover {
    text-decoration: none;
    border-bottom: 1px solid gray; }
  .GroupDetail .link > .icon {
    height: 12px;
    margin-right: 0.3rem; }
  .GroupDetail .link > .text {
    font-size: 0.85rem;
    line-height: 1;
    color: black;
    margin-right: 0.3rem !important; }
    .GroupDetail .link > .text:last-child {
      margin-right: 0 !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.ais-otp__page {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f3f9ec; }

.ais-otp__navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  width: 100%;
  margin-bottom: 8px;
  padding: 32px 0; }
  .ais-otp__navbar .ais-otp__navbar-logo {
    height: 40px;
    margin: 0 16px; }

.ais-otp__title {
  text-align: center; }

.ais-otp__form-box {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center; }

.ais-otp__header {
  padding: 8px 24px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: white;
  background: #8bc53f; }

.ais-otp__info {
  padding: 8px 24px;
  background: #eee; }

.ais-otp__info-item {
  margin: 8px 0; }
  .ais-otp__info-item .ais-otp__info-title {
    font-weight: bolder;
    font-size: 14px;
    color: #777; }
  .ais-otp__info-item .ais-otp__info-value {
    font-size: 16px; }

.ais-otp__info-item--money {
  display: flex; }
  .ais-otp__info-item--money .ais-otp__info-value {
    flex: 1;
    text-align: right; }

.ais-otp__form {
  background: #ddd;
  padding: 24px; }
  .ais-otp__form form:not(:first-child) {
    margin-top: 8px; }

.ais-otp__form-item {
  display: flex; }
  .ais-otp__form-item input[type="text"],
  .ais-otp__form-item input[type="password"] {
    flex: 1;
    height: 40px;
    border: none;
    padding: 8px; }

.ais-otp__btn {
  width: 100px;
  height: 40px;
  border: none;
  padding: 8px;
  font-size: 14px;
  font-weight: bolder; }
  .ais-otp__btn:hover {
    text-decoration: underline; }
  .ais-otp__btn:disabled {
    text-decoration: none;
    color: lightgray;
    background: #f0f0f0; }

.ais-otp__otp-btn {
  color: #fff;
  background: gray; }

.ais-otp__show-otp-btn {
  font-weight: bolder;
  background: #f0f0f0; }

.ais-otp__paid-btn {
  width: 100%;
  font-size: 16px;
  font-weight: bolder;
  letter-spacing: 1px;
  color: #fff;
  background: #8bc53f; }
  .ais-otp__paid-btn:disabled {
    background: #e8f3d9; }

.ais-otp__show-otp-btn {
  border-left: 1px solid #ddd; }

.ais-otp__checkbox-group {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 8px; }
  .ais-otp__checkbox-group input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 0.3rem !important; }
  .ais-otp__checkbox-group label {
    cursor: pointer; }
    .ais-otp__checkbox-group label span {
      text-decoration: underline; }

.ais-otp__term {
  width: 100%;
  height: 480px;
  border: 0; }

.modalFrame {
  padding: 0 !important;
  background-color: white; }
  .modalFrame > .modalFrameHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #ffd54c;
    margin-bottom: 1rem;
    font-weight: bolder; }
    .modalFrame > .modalFrameHeader > .textHeader {
      font-size: 1.2rem; }
    .modalFrame > .modalFrameHeader > .closeIcon {
      cursor: pointer; }
  .modalFrame > .modalFrameFooter {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem;
    background-color: #f2f2f2; }
    .modalFrame > .modalFrameFooter > .link {
      font-size: 0.8rem;
      line-height: 1.6;
      cursor: pointer;
      color: gray; }
      @media (min-width: 576px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .modalFrame > .modalFrameFooter > .link {
          font-size: 1rem;
          line-height: 1.6; } }
      .modalFrame > .modalFrameFooter > .link:hover {
        text-decoration: underline; }
    .modalFrame > .modalFrameFooter .btn {
      border-radius: 0; }
    .modalFrame > .modalFrameFooter .btn-primary {
      border: none !important;
      background-color: #000 !important;
      color: #fff; }
      .modalFrame > .modalFrameFooter .btn-primary:hover {
        color: #ffd54c; }
      .modalFrame > .modalFrameFooter .btn-primary:focus {
        border: 0;
        outline: 0; }

.ais-otp__cancel-btn {
  cursor: pointer;
  margin-top: 8px;
  padding: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  letter-spacing: 1px;
  background: #f0f0f0; }
  .ais-otp__cancel-btn:hover {
    text-decoration: underline; }

.ais-otp__page .card-shadow-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.toast-bottom-full-width {
  margin-bottom: 16px; }

.ais-otp__otp-guide {
  margin: 8px 0;
  text-align: center;
  font-size: 14px;
  color: #777; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.embedContentInfo {
  font-family: "Kanit";
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  margin: 0.5rem;
  display: flex;
  flex-wrap: wrap; }
  .embedContentInfo > .productCover {
    width: 140px;
    padding: 0.5rem; }
    .embedContentInfo > .productCover > .image {
      width: 100%;
      height: auto; }
  .embedContentInfo > .productInfo {
    padding: 0.5rem; }
    .embedContentInfo > .productInfo > .productName {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold;
      color: #428bca; }
      @media (min-width: 576px) {
        .embedContentInfo > .productInfo > .productName {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .embedContentInfo > .productInfo > .productName {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .embedContentInfo > .productInfo > .productName {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .embedContentInfo > .productInfo > .productName {
          font-size: 1.3rem;
          line-height: 1.6; } }
    .embedContentInfo > .productInfo > .publisherName {
      font-size: 0.8rem;
      line-height: 1.6;
      color: black; }
      @media (min-width: 576px) {
        .embedContentInfo > .productInfo > .publisherName {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .embedContentInfo > .productInfo > .publisherName {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .embedContentInfo > .productInfo > .publisherName {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .embedContentInfo > .productInfo > .publisherName {
          font-size: 1rem;
          line-height: 1.6; } }
    .embedContentInfo > .productInfo > .domainName {
      font-size: 0.8rem;
      line-height: 1.6;
      color: #a7a7a7; }
      @media (min-width: 576px) {
        .embedContentInfo > .productInfo > .domainName {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .embedContentInfo > .productInfo > .domainName {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .embedContentInfo > .productInfo > .domainName {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .embedContentInfo > .productInfo > .domainName {
          font-size: 1rem;
          line-height: 1.6; } }
    .embedContentInfo > .productInfo > .numberOfReview {
      font-size: 0.8rem;
      line-height: 1.6;
      color: black;
      margin-bottom: 0.5rem; }
      @media (min-width: 576px) {
        .embedContentInfo > .productInfo > .numberOfReview {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .embedContentInfo > .productInfo > .numberOfReview {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .embedContentInfo > .productInfo > .numberOfReview {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .embedContentInfo > .productInfo > .numberOfReview {
          font-size: 1rem;
          line-height: 1.6; } }
    .embedContentInfo > .productInfo > .purchaseButton {
      display: block;
      background-color: #FFD54C;
      border: 1px solid #FFD54C;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: black;
      width: fit-content;
      font-size: 1rem;
      line-height: 1.6; }
      .embedContentInfo > .productInfo > .purchaseButton > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .embedContentInfo > .productInfo > .purchaseButton > .text {
        display: inline-block;
        vertical-align: middle; }
      @media (min-width: 576px) {
        .embedContentInfo > .productInfo > .purchaseButton {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .embedContentInfo > .productInfo > .purchaseButton {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .embedContentInfo > .productInfo > .purchaseButton {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .embedContentInfo > .productInfo > .purchaseButton {
          font-size: 1.1rem;
          line-height: 1.6; } }
      .embedContentInfo > .productInfo > .purchaseButton > .text {
        margin-right: 0.5rem; }
      .embedContentInfo > .productInfo > .purchaseButton > .icon {
        height: 15px; }
    .embedContentInfo > .productInfo .embedRating .embedStarIcon {
      height: 15px; }
      @media (min-width: 576px) {
        .embedContentInfo > .productInfo .embedRating .embedStarIcon {
          height: 17px; } }
      @media (min-width: 768px) {
        .embedContentInfo > .productInfo .embedRating .embedStarIcon {
          height: 19px; } }
      @media (min-width: 992px) {
        .embedContentInfo > .productInfo .embedRating .embedStarIcon {
          height: 21px; } }
      @media (min-width: 1200px) {
        .embedContentInfo > .productInfo .embedRating .embedStarIcon {
          height: 23px; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.homeDownload {
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-family: "Kanit";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/static/image/view/home/cloud_1040x553.png"); }
  @media (min-width: 992px) {
    .homeDownload {
      background-image: url("/static/image/view/home/cloud_1536x553.png"); } }
  .homeDownload .downloadDetail {
    align-items: center;
    justify-content: center; }
    .homeDownload .downloadDetail > .downloadHeader {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .homeDownload .downloadDetail > .downloadHeader > .image {
        width: 100%;
        max-height: 350px;
        max-width: 525px;
        margin-top: 0; }
        @media (min-width: 992px) {
          .homeDownload .downloadDetail > .downloadHeader > .image {
            margin-top: 40px; } }
    .homeDownload .downloadDetail > .downloadBody {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .homeDownload .downloadDetail > .downloadBody > .downloadTitle {
        font-size: 1.7rem;
        line-height: 1.6;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0.5rem; }
        @media (min-width: 576px) {
          .homeDownload .downloadDetail > .downloadBody > .downloadTitle {
            font-size: 1.7rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .homeDownload .downloadDetail > .downloadBody > .downloadTitle {
            font-size: 1.8rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .homeDownload .downloadDetail > .downloadBody > .downloadTitle {
            font-size: 1.8rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .homeDownload .downloadDetail > .downloadBody > .downloadTitle {
            font-size: 1.8rem;
            line-height: 1.6; } }
      .homeDownload .downloadDetail > .downloadBody > .downloadDescription {
        font-size: 1.1rem;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 1rem; }
        @media (min-width: 576px) {
          .homeDownload .downloadDetail > .downloadBody > .downloadDescription {
            font-size: 1.1rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .homeDownload .downloadDetail > .downloadBody > .downloadDescription {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .homeDownload .downloadDetail > .downloadBody > .downloadDescription {
            font-size: 1.2rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .homeDownload .downloadDetail > .downloadBody > .downloadDescription {
            font-size: 1.2rem;
            line-height: 1.6; } }
      .homeDownload .downloadDetail > .downloadBody > .downloadApp {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem; }
        .homeDownload .downloadDetail > .downloadBody > .downloadApp > .downloadButton {
          cursor: pointer;
          width: calc(100%/2);
          text-align: center;
          margin-right: 1rem; }
          .homeDownload .downloadDetail > .downloadBody > .downloadApp > .downloadButton > .icon {
            width: 100%;
            max-width: 240px; }
          .homeDownload .downloadDetail > .downloadBody > .downloadApp > .downloadButton:last-of-type {
            margin-right: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.promotionImageLanding {
  font-family: "Kanit";
  margin-left: 0rem !important;
  margin-right: 0rem !important;
  background-color: white; }
  .promotionImageLanding > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionImageLanding > .promotionBanner > .promotionBannerImage {
      width: 100%;
      max-width: 750px; }
  .promotionImageLanding > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionImageLanding > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionImageLanding > .promotionHeader > .promotionTitle > .highlight {
        color: #0033CC; }
      .promotionImageLanding > .promotionHeader > .promotionTitle > .highlight2 {
        color: red; }
    .promotionImageLanding > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionImageLanding > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionImageLanding > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text {
        background-color: yellow; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text > .highlight {
          color: red; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text > .highlight2 {
          color: #0033CC; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        @media (min-width: 576px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
  .promotionImageLanding > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionImageLanding > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionImageLanding .promotionRedeem {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
    .promotionImageLanding .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionImageLanding .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionImageLanding .promotionRedeem .btnWeb {
      background-color: #0033CC !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.promotionImageLanding {
  font-family: "Kanit";
  margin-left: 0rem !important;
  margin-right: 0rem !important;
  background-color: white; }
  .promotionImageLanding > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionImageLanding > .promotionBanner > .promotionBannerImage {
      width: 100%;
      max-width: 750px; }
  .promotionImageLanding > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionImageLanding > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionImageLanding > .promotionHeader > .promotionTitle > .highlight {
        color: #0033CC; }
      .promotionImageLanding > .promotionHeader > .promotionTitle > .highlight2 {
        color: red; }
    .promotionImageLanding > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionImageLanding > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionImageLanding > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text {
        background-color: yellow; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text > .highlight {
          color: red; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text > .highlight2 {
          color: #0033CC; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        @media (min-width: 576px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
  .promotionImageLanding > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionImageLanding > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionImageLanding .promotionRedeem {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
    .promotionImageLanding .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionImageLanding .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionImageLanding .promotionRedeem .btnWeb {
      background-color: #0033CC !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.promotionImageLanding {
  font-family: "Kanit";
  margin-left: 0rem !important;
  margin-right: 0rem !important;
  background-color: white; }
  .promotionImageLanding > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionImageLanding > .promotionBanner > .promotionBannerImage {
      width: 100%;
      max-width: 750px; }
  .promotionImageLanding > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionImageLanding > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionImageLanding > .promotionHeader > .promotionTitle > .highlight {
        color: #0033CC; }
      .promotionImageLanding > .promotionHeader > .promotionTitle > .highlight2 {
        color: red; }
    .promotionImageLanding > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionImageLanding > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionImageLanding > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text {
        background-color: yellow; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text > .highlight {
          color: red; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text > .highlight2 {
          color: #0033CC; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        @media (min-width: 576px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
  .promotionImageLanding > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionImageLanding > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionImageLanding .promotionRedeem {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
    .promotionImageLanding .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionImageLanding .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionImageLanding .promotionRedeem .btnWeb {
      background-color: #0033CC !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.promotionImageLanding {
  font-family: "Kanit";
  margin-left: 0rem !important;
  margin-right: 0rem !important;
  background-color: white; }
  .promotionImageLanding > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionImageLanding > .promotionBanner > .promotionBannerImage {
      width: 100%;
      max-width: 750px; }
  .promotionImageLanding > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionImageLanding > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionImageLanding > .promotionHeader > .promotionTitle > .highlight {
        color: #0033CC; }
      .promotionImageLanding > .promotionHeader > .promotionTitle > .highlight2 {
        color: red; }
    .promotionImageLanding > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionImageLanding > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionImageLanding > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text {
        background-color: yellow; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text > .highlight {
          color: red; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text > .highlight2 {
          color: #0033CC; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        @media (min-width: 576px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
  .promotionImageLanding > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionImageLanding > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionImageLanding .promotionRedeem {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
    .promotionImageLanding .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionImageLanding .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionImageLanding .promotionRedeem .btnWeb {
      background-color: #0033CC !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.promotionImageLanding {
  font-family: "Kanit";
  margin-left: 0rem !important;
  margin-right: 0rem !important;
  background-color: white; }
  .promotionImageLanding > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionImageLanding > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionImageLanding > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionImageLanding > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionHeader > .promotionTitle {
          font-size: 2.2rem; } }
      .promotionImageLanding > .promotionHeader > .promotionTitle > .highlight {
        color: #0033CC; }
      .promotionImageLanding > .promotionHeader > .promotionTitle > .highlight2 {
        color: red; }
    .promotionImageLanding > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionImageLanding > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionImageLanding > .promotionDetail > .promotionPolicy {
    margin-bottom: 1rem; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.3rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text {
        background-color: yellow; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text > .highlight {
          color: red; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title > .text > .highlight2 {
          color: #0033CC; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.7rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 0.8rem; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem > .red-links {
          color: red !important;
          text-decoration: underline; }
        @media (min-width: 576px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionImageLanding > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
      font-size: 0.8rem; }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1rem; } }
      @media (min-width: 992px) {
        .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 {
          font-size: 1.2rem; } }
      .promotionImageLanding > .promotionDetail > .promotionPolicy > .promotionSubDescription2 > .links {
        color: #4989bf !important; }
  .promotionImageLanding > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionImageLanding > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .promotionImageLanding > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionImageLanding .promotionRedeem {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
    .promotionImageLanding .promotionRedeem .btnRedeem {
      background-color: #ff3066 !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }
      @media (min-width: 576px) {
        .promotionImageLanding .promotionRedeem .btnRedeem {
          margin-left: 1rem; } }
    .promotionImageLanding .promotionRedeem .btnWeb {
      background-color: #0033CC !important;
      border: 1px solid transparent;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      font-size: 1.5rem !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.Campaign {
  background-color: #E4A0F7;
  background-position: center center; }
  @media (min-width: 576px) {
    .Campaign {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 768px) {
    .Campaign {
      padding-bottom: 15.5rem !important; } }
  @media (min-width: 992px) {
    .Campaign {
      padding-bottom: 12.5rem !important; } }
  @media (max-width: 767px) {
    .Campaign {
      padding-bottom: 19rem !important; } }

.promotionCampaign {
  font-family: "Kanit";
  background-color: white; }
  .promotionCampaign > .promotionBanner {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .promotionCampaign > .promotionBanner > .promotionBannerImage {
      width: 100%; }
  .promotionCampaign > .promotionHeader {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .promotionCampaign > .promotionHeader {
        margin-bottom: 1rem; } }
    .promotionCampaign > .promotionHeader > .promotionTitle {
      text-align: left;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionHeader > .promotionTitle {
          font-size: 1.5rem; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionHeader > .promotionTitle {
          font-size: 1.7rem; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionHeader > .promotionTitle {
          font-size: 2.0rem; } }
      .promotionCampaign > .promotionHeader > .promotionTitle > .highlight {
        color: #8F00FF; }
    .promotionCampaign > .promotionHeader .promotionSubTitle {
      text-align: left;
      font-size: 0.9rem;
      color: gray; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionHeader .promotionSubTitle {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionHeader .promotionSubTitle {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionHeader .promotionSubTitle {
          font-size: 1.4rem; } }
  .promotionCampaign > .promotionDetail > .promotionDescription {
    margin-bottom: 0.5rem; }
    .promotionCampaign > .promotionDetail > .promotionDescription > .text {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionDetail > .promotionDescription > .text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionDetail > .promotionDescription > .text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionDetail > .promotionDescription > .text {
          font-size: 1.3rem; } }
  .promotionCampaign > .promotionDetail > .promotionDescriptionRemark {
    margin-bottom: 1rem; }
    .promotionCampaign > .promotionDetail > .promotionDescriptionRemark > .text {
      color: #9A9A9A;
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.1rem; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionDetail > .promotionDescriptionRemark > .text {
          font-size: 1.2rem; } }
  .promotionCampaign > .promotionDetail > .promotionPolicy {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .promotionCampaign > .promotionDetail > .promotionPolicy:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .promotionCampaign > .promotionDetail > .promotionPolicy > .app {
        padding: ""; } }
    @media (min-width: 768px) {
      .promotionCampaign > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    @media (min-width: 992px) {
      .promotionCampaign > .promotionDetail > .promotionPolicy > .app {
        padding: 0rem; } }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .app > .application {
      color: #ffd413;
      font-weight: bold;
      margin: 0rem; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .app > .download {
      color: black;
      margin: 0rem;
      font-weight: bold; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .newCustomer {
      color: #f68740; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .currentCustomer {
      color: #f0346d; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .currentCustomer2 {
      color: black; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .currentCustomer3 {
      color: #8F00FF; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .description {
      color: #33333380; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .img-download {
      max-height: 100%;
      max-width: 100%;
      display: block;
      margin: auto; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .img-download {
          max-width: 135px;
          max-height: 40px;
          padding: 0.5rem; } }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .imgs img {
      max-height: 100px !important;
      max-width: 100px !important; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 80px !important;
          max-width: 80px !important; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .imgs img {
          max-height: 100px !important;
          max-width: 100px !important; } }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .text {
      font-size: 1rem;
      margin-left: 1.7rem; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.1rem;
          margin-left: 1.7rem; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.2rem;
          margin-left: 3.7rem; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .text {
          font-size: 1.3rem;
          margin-left: 3.7rem; } }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .title {
      font-weight: bold;
      font-size: 1.2rem; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.2rem; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .title {
          font-size: 1.5rem; } }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .list {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .list {
          padding-left: 4rem; } }
      .promotionCampaign > .promotionDetail > .promotionPolicy > .list > .listItem {
        margin-bottom: 0.2rem;
        font-size: 1rem; }
        .promotionCampaign > .promotionDetail > .promotionPolicy > .list > .listItem > .links {
          color: #4989bf !important; }
        @media (min-width: 576px) {
          .promotionCampaign > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.1rem; } }
        @media (min-width: 768px) {
          .promotionCampaign > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.2rem; } }
        @media (min-width: 992px) {
          .promotionCampaign > .promotionDetail > .promotionPolicy > .list > .listItem {
            font-size: 1.3rem; } }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription {
      font-size: 0.9rem; }
      .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription {
          font-size: 1.4rem; } }
      .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionSubDescription > .links {
        color: #4989bf !important; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
      font-weight: bold;
      font-size: 0.9rem; }
      .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionPercentDescription > .hightlight {
        font-weight: bold; }
      @media (min-width: 576px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
          font-size: 0.5rem; } }
      @media (min-width: 768px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionPercentDescription {
          font-size: 1.7rem; } }
      .promotionCampaign > .promotionDetail > .promotionPolicy > .promotionPercentDescription > .links {
        color: #4989bf !important; }
    .promotionCampaign > .promotionDetail > .promotionPolicy > .licenseDetail {
      white-space: pre-wrap;
      background-color: whitesmoke;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      padding-top: 0.5rem;
      display: inline-block;
      word-wrap: break-word;
      width: auto; }
  .promotionCampaign > .promotionDetail > .promotionRemark {
    font-size: 1rem; }
    .promotionCampaign > .promotionDetail > .promotionRemark > .text > .links {
      color: #4989bf !important; }
    @media (min-width: 576px) {
      .promotionCampaign > .promotionDetail > .promotionRemark {
        font-size: 0.8rem; } }
    @media (min-width: 768px) {
      .promotionCampaign > .promotionDetail > .promotionRemark {
        font-size: 1.0rem; } }
    @media (min-width: 992px) {
      .promotionCampaign > .promotionDetail > .promotionRemark {
        font-size: 1.3rem; } }
  .promotionCampaign > .promotionDetail > .promotionBuy {
    text-align: center; }
    .promotionCampaign > .promotionDetail > .promotionBuy .btnBuy {
      display: block;
      background-color: #8F00FF;
      border: 1px solid transparent;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: white;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      max-width: 200px;
      margin: 0 auto;
      margin-bottom: 0.5rem; }

.download-btn-block div {
  margin-bottom: 10px; }

.download-btn-block div a img {
  width: 90%; }

.app-detail h3:first-child {
  margin-top: 0; }

.download-item > div {
  padding: 0 20px; }

.app-icon {
  margin-bottom: 15px;
  width: 100%;
  border: 1px white;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.relateContentFrame {
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .relateContentFrame {
      margin-bottom: 1.5rem; } }
  .relateContentFrame > .relateContentHeader {
    margin-bottom: 0.5rem;
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .relateContentFrame > .relateContentHeader > .title {
      font-family: "Kanit";
      font-size: 1.1rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .relateContentFrame > .relateContentHeader > .title {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .relateContentFrame > .relateContentHeader > .title {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .relateContentFrame > .relateContentHeader > .title {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .relateContentFrame > .relateContentHeader > .title {
          font-size: 1.2rem;
          line-height: 1.6; } }
    .relateContentFrame > .relateContentHeader > .dropdownMenu {
      text-align: right;
      width: 120px; }
      @media (min-width: 576px) {
        .relateContentFrame > .relateContentHeader > .dropdownMenu {
          width: 140px; } }
      @media (min-width: 768px) {
        .relateContentFrame > .relateContentHeader > .dropdownMenu {
          width: 160px; } }
      @media (min-width: 992px) {
        .relateContentFrame > .relateContentHeader > .dropdownMenu {
          width: 180px; } }
      @media (min-width: 1200px) {
        .relateContentFrame > .relateContentHeader > .dropdownMenu {
          width: 200px; } }
  .relateContentFrame > .relateContentChidren {
    color: #6a6a6a; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.slideCarousel {
  position: relative; }
  .slideCarousel .carouselButton {
    position: absolute;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .slideCarousel .carouselButton:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    @media (min-width: 768px) {
      .slideCarousel .carouselButton {
        width: 50px;
        height: 50px; } }
    .slideCarousel .carouselButton.left {
      border-top-right-radius: 50%;
      border-bottom-right-radius: 50%;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
    .slideCarousel .carouselButton.rigth {
      border-top-left-radius: 50%;
      border-bottom-left-radius: 50%;
      top: 50%;
      right: 0;
      transform: translate(0, -50%); }
    .slideCarousel .carouselButton > .carouselIcon {
      width: 18px; }
      @media (min-width: 576px) {
        .slideCarousel .carouselButton > .carouselIcon {
          width: 18px; } }
      @media (min-width: 768px) {
        .slideCarousel .carouselButton > .carouselIcon {
          width: 20px; } }
      @media (min-width: 992px) {
        .slideCarousel .carouselButton > .carouselIcon {
          width: 22px; } }
      @media (min-width: 1200px) {
        .slideCarousel .carouselButton > .carouselIcon {
          width: 24px; } }

.slick-slider {
  position: relative;
  display: flex;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide > div {
    height: 100%; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow {
  cursor: pointer;
  height: 15px; }
  @media (min-width: 768px) {
    .slick-arrow {
      height: 20px; } }
  @media (min-width: 992px) {
    .slick-arrow {
      height: 20px; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.bannerListItem {
  margin: 0 0.5rem; }
  .bannerListItem > .link {
    display: block;
    width: 100%;
    height: auto; }
    .bannerListItem > .link > .bannerImage {
      width: 100%;
      height: auto; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.bannerList .bannerItem {
  width: 100%;
  height: auto;
  cursor: pointer; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.categoryList {
  font-family: "Kanit"; }
  .categoryList.noCarousel {
    padding: 0 16px; }
    .categoryList.noCarousel .categoryListItem {
      max-width: calc(100%/2); }
      @media (min-width: 576px) {
        .categoryList.noCarousel .categoryListItem {
          max-width: calc(100%/2); } }
      @media (min-width: 768px) {
        .categoryList.noCarousel .categoryListItem {
          max-width: calc(100%/4); } }
      @media (min-width: 992px) {
        .categoryList.noCarousel .categoryListItem {
          max-width: calc(100%/6); } }
      @media (min-width: 1200px) {
        .categoryList.noCarousel .categoryListItem {
          max-width: calc(100%/7); } }
  .categoryList .categoryListItem {
    width: 100%;
    height: auto;
    padding: 0 0.5rem; }
    .categoryList .categoryListItem .categoryItemLink {
      width: 100%;
      height: 100%;
      display: block;
      cursor: pointer;
      position: relative; }
      .categoryList .categoryListItem .categoryItemLink:hover {
        text-decoration: none; }
      .categoryList .categoryListItem .categoryItemLink > .categoryItemCover {
        -webkit-box-shadow: 1px 1px 9px -1px #cfc6cf;
        -moz-box-shadow: 1px 1px 9px -1px #cfc6cf;
        box-shadow: 1px 1px 9px -1px #cfc6cf;
        position: relative;
        width: 100%;
        border-radius: 0.2rem; }
        .categoryList .categoryListItem .categoryItemLink > .categoryItemCover > .catagoryCoverSize {
          width: 100%;
          height: auto; }
        .categoryList .categoryListItem .categoryItemLink > .categoryItemCover > .categoryImage {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-width: 100%;
          width: auto;
          max-height: 100%;
          height: auto;
          z-index: 1;
          border-radius: 0.3rem; }
      .categoryList .categoryListItem .categoryItemLink > .categoryItemName {
        bottom: 0;
        left: 0;
        z-index: 3;
        position: absolute;
        font-size: 0.8rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 2;
        max-height: 2.56rem;
        color: black;
        font-weight: bold;
        width: 100%; }
        @media (min-width: 576px) {
          .categoryList .categoryListItem .categoryItemLink > .categoryItemName {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 2.88rem; } }
        @media (min-width: 768px) {
          .categoryList .categoryListItem .categoryItemLink > .categoryItemName {
            font-size: 0.95rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 3.04rem; } }
        @media (min-width: 992px) {
          .categoryList .categoryListItem .categoryItemLink > .categoryItemName {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 3.2rem; } }
        @media (min-width: 1200px) {
          .categoryList .categoryListItem .categoryItemLink > .categoryItemName {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 3.2rem; } }
        .categoryList .categoryListItem .categoryItemLink > .categoryItemName > .marginBlock {
          width: 100%;
          border-radius: 0 0 0.3rem 0.3rem;
          background: white;
          opacity: 0.7;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          height: 35px; }
          @media (min-width: 768px) {
            .categoryList .categoryListItem .categoryItemLink > .categoryItemName > .marginBlock {
              height: 40px; } }
          @media (min-width: 992px) {
            .categoryList .categoryListItem .categoryItemLink > .categoryItemName > .marginBlock {
              height: 45px; } }
          .categoryList .categoryListItem .categoryItemLink > .categoryItemName > .marginBlock > p {
            padding-left: 0.3rem;
            padding-right: 0.3rem; }
            @media (min-width: 576px) {
              .categoryList .categoryListItem .categoryItemLink > .categoryItemName > .marginBlock > p {
                padding-left: .4rem;
                padding-right: .4rem; } }
            @media (min-width: 768px) {
              .categoryList .categoryListItem .categoryItemLink > .categoryItemName > .marginBlock > p {
                padding-left: .5rem;
                padding-right: .5rem; } }
            @media (min-width: 992px) {
              .categoryList .categoryListItem .categoryItemLink > .categoryItemName > .marginBlock > p {
                bottom: .3rem;
                padding-left: .5rem;
                padding-right: .5rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.categoryLists {
  font-family: "Kanit"; }
  .categoryLists.noCarousel {
    padding: 0 16px; }
    .categoryLists.noCarousel .categoryListItem {
      padding-top: 1rem;
      padding-bottom: 1rem;
      max-width: calc(100%/2); }
      @media (min-width: 576px) {
        .categoryLists.noCarousel .categoryListItem {
          max-width: calc(100%/2); } }
      @media (min-width: 768px) {
        .categoryLists.noCarousel .categoryListItem {
          max-width: calc(100%/4); } }
      @media (min-width: 992px) {
        .categoryLists.noCarousel .categoryListItem {
          max-width: calc(100%/5); } }
      @media (min-width: 1200px) {
        .categoryLists.noCarousel .categoryListItem {
          max-width: calc(100%/5); } }
  .categoryLists .categoryListItem {
    width: 100%;
    height: auto; }
    .categoryLists .categoryListItem .categoryItemLink {
      width: 100%;
      height: 100%;
      display: block;
      cursor: pointer;
      position: relative; }
      .categoryLists .categoryListItem .categoryItemLink:hover {
        text-decoration: none; }
      .categoryLists .categoryListItem .categoryItemLink .cover {
        background: white;
        padding: 3px; }
        .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemCover {
          position: relative;
          width: 100%;
          top: -13px; }
          .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemCover > .catagoryCoverSize {
            width: 100%;
            height: auto; }
          .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemCover > .categoryImage {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 100%;
            width: 350px;
            max-height: 100%;
            height: 500px;
            z-index: 1;
            box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px white, 0.3em 0.3em 1em rgba(0, 0, 0, 0.3); }
          .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemCover > .contentIcon {
            position: absolute;
            z-index: 2;
            bottom: 0.9rem;
            right: 0.5rem;
            background-color: rgba(0, 0, 0, 0.7);
            border-radius: 100%;
            width: 25%;
            max-width: 30px; }
            @media (min-width: 768px) {
              .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemCover > .contentIcon {
                max-width: 31px; } }
            @media (min-width: 992px) {
              .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemCover > .contentIcon {
                max-width: 33px; } }
            @media (min-width: 1200px) {
              .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemCover > .contentIcon {
                max-width: 35px; } }
        .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemName {
          bottom: 0;
          left: 0;
          z-index: 3;
          font-size: 0.8rem;
          line-height: 1.6;
          word-wrap: break-word;
          word-break: break-word;
          overflow: hidden;
          -webkit-line-clamp: 2;
          max-height: 2.56rem;
          color: black;
          font-weight: bold;
          width: 100%; }
          @media (min-width: 576px) {
            .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemName {
              font-size: 0.9rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 2;
              max-height: 2.88rem; } }
          @media (min-width: 768px) {
            .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemName {
              font-size: 0.95rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 2;
              max-height: 3.04rem; } }
          @media (min-width: 992px) {
            .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemName {
              font-size: 1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 2;
              max-height: 3.2rem; } }
          @media (min-width: 1200px) {
            .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemName {
              font-size: 1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 2;
              max-height: 3.2rem; } }
          .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock {
            width: 100%;
            border-radius: 0 0 0.3rem 0.3rem;
            background: white;
            opacity: 0.7;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            height: 35px; }
            @media (min-width: 768px) {
              .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock {
                height: 40px; } }
            @media (min-width: 992px) {
              .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock {
                height: 45px; } }
            .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
              padding-left: 0.3rem;
              padding-right: 0.3rem; }
              @media (min-width: 576px) {
                .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
                  padding-left: .4rem;
                  padding-right: .4rem; } }
              @media (min-width: 768px) {
                .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
                  padding-left: .5rem;
                  padding-right: .5rem; } }
              @media (min-width: 992px) {
                .categoryLists .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
                  bottom: .3rem;
                  padding-left: .5rem;
                  padding-right: .5rem; } }
        .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody {
          padding: 0 0.5rem 0.5rem 0.5rem;
          width: 100%;
          height: 90px;
          font-weight: bold; }
          .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
            color: black;
            margin-bottom: 0.2rem; }
            .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName:last-child {
              margin-bottom: 0; }
          .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody > .contentDescription {
            color: #7e7e7e !important;
            margin-bottom: 0.2rem !important;
            font-size: 14px !important;
            font-weight: normal !important; }
            .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody > .contentDescription:last-child {
              margin-bottom: 0 !important; }
          .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
            font-size: 0.8rem;
            line-height: 1.7;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.36rem;
            height: 1.36rem;
            color: #7e7e7e;
            margin-bottom: 0.2rem;
            font-size: 14px;
            text-decoration: line-through; }
            @media (min-width: 576px) {
              .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
                font-size: 0.8rem;
                line-height: 1.7;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.36rem;
                height: 1.36rem; } }
            @media (min-width: 768px) {
              .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
                font-size: 0.85rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.36rem;
                height: 1.36rem; } }
            @media (min-width: 992px) {
              .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
                font-size: 0.9rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.44rem;
                height: 1.44rem; } }
            @media (min-width: 1200px) {
              .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
                font-size: 0.9rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.44rem;
                height: 1.44rem; } }
            .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal:last-child {
              margin-bottom: 0; }
          .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
            font-size: 0.8rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.28rem;
            color: #7e7e7e;
            margin-bottom: 0.2rem; }
            @media (min-width: 576px) {
              .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
                font-size: 0.9rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.44rem; } }
            @media (min-width: 768px) {
              .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
                font-size: 0.95rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.52rem; } }
            @media (min-width: 992px) {
              .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
                font-size: 1rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.6rem; } }
            @media (min-width: 1200px) {
              .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
                font-size: 1rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.6rem; } }
            .categoryLists .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate:last-child {
              margin-bottom: 0; }
        .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemPrice {
          font-weight: bold;
          width: 100%;
          height: auto;
          align-self: flex-end;
          display: flex;
          flex-wrap: wrap; }
          .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice {
            margin-bottom: 4px;
            width: 100%;
            border-radius: 0;
            padding: 0.5rem; }
            .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice > .text {
              font-weight: normal;
              color: #808080;
              font-size: 14px !important;
              text-decoration: line-through; }
            .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice > .price {
              color: #e52735;
              font-size: 20px !important; }
            .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice > .priceOriginal {
              color: #e52735;
              font-size: 20px !important;
              padding-top: 1.5rem; }
            .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice:last-child {
              margin-bottom: 0; }
            .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice.comingSoon {
              background-color: transparent !important; }
        .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemFlashSale {
          padding: 0 0.5rem;
          height: 70px; }
          .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemFlashSale > .contentStock {
            font-weight: bold;
            padding-top: 0.5rem;
            font-size: 14px; }
            .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemFlashSale > .contentStock > .text.red {
              color: #ff5151; }
            .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemFlashSale > .contentStock > .text.yellow {
              color: #FFD54C; }
            .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemFlashSale > .contentStock > .text.green {
              color: #006f05; }
          .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemFlashSale > .contentClock {
            font-weight: bold; }
        .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemFooter {
          width: 100%;
          height: auto;
          align-self: flex-end;
          display: flex;
          flex-wrap: wrap; }
          .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice {
            display: block;
            background-color: #FFD54C;
            border: 1px solid transparent;
            cursor: pointer;
            text-align: center;
            text-decoration: none;
            outline: none;
            padding: 0.5rem;
            border-radius: 0.2rem;
            color: black;
            margin-bottom: 4px;
            width: 100%;
            border-radius: 3rem;
            margin: 0.5rem; }
            .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice > .icon {
              display: inline-block;
              height: 15px;
              margin-right: 4px; }
            .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice > .text {
              display: inline-block;
              vertical-align: middle; }
            .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice:last-child {
              margin-bottom: 0; }
            .categoryLists .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice.comingSoon {
              background-color: transparent !important; }
        .categoryLists .categoryListItem .categoryItemLink .cover .contentImageFrame {
          display: flex;
          justify-content: center;
          align-items: center; }
          .categoryLists .categoryListItem .categoryItemLink .cover .contentImageFrame > .discount {
            position: absolute;
            width: 50%;
            height: auto;
            z-index: 9;
            right: -7px;
            max-width: 45.8px;
            top: 7px;
            font-size: 14px;
            color: white;
            text-align: center; }
          @media (max-width: 767px) {
            .categoryLists .categoryListItem .categoryItemLink .cover .contentImageFrame .discount {
              font-size: 12px;
              right: -10px;
              top: 4px; } }
          .categoryLists .categoryListItem .categoryItemLink .cover .contentImageFrame > .contentImage {
            max-width: 100%;
            height: 100%;
            max-height: 200px; }
          .categoryLists .categoryListItem .categoryItemLink .cover .contentImageFrame > .contentLogo {
            position: absolute;
            width: 20%;
            height: auto;
            z-index: 4; }
          .categoryLists .categoryListItem .categoryItemLink .cover .contentImageFrame > .icon_shop_campaign {
            position: absolute;
            width: 50%;
            height: auto;
            z-index: 4;
            right: -11px;
            max-width: 57.8px;
            top: -8px; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.countFlashSale {
  font-family: "Kanit"; }
  .countFlashSale .clockSale {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap; }
    .countFlashSale .clockSale .stopTime {
      color: #e52735; }
      .countFlashSale .clockSale .stopTime .downTime .time {
        width: 15px;
        text-align: center; }
    .countFlashSale .clockSale .daysText.red {
      color: #ff5151; }
    .countFlashSale .clockSale .daysText.yellow {
      color: #fdb903; }
    .countFlashSale .clockSale .daysText.green {
      color: #006f05; }
    .countFlashSale .clockSale .daysText .days {
      width: 10px;
      text-align: center; }
  @media (max-width: 1200px) {
    .countFlashSale .flashSale {
      font-size: 18px; }
      .countFlashSale .flashSale .icon {
        max-width: 42px;
        max-height: 42px;
        width: 100%; }
    .countFlashSale .stopSale .downTime {
      background: #707070;
      color: white; }
      .countFlashSale .stopSale .downTime .time {
        text-align: center; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.categoryLists {
  font-family: "Kanit"; }
  .categoryLists.noCarousel {
    padding: 0 16px; }
    .categoryLists.noCarousel .categoryListItem {
      max-width: calc(100%/2); }
      @media (min-width: 576px) {
        .categoryLists.noCarousel .categoryListItem {
          max-width: calc(100%/2); } }
      @media (min-width: 768px) {
        .categoryLists.noCarousel .categoryListItem {
          max-width: calc(100%/4); } }
      @media (min-width: 992px) {
        .categoryLists.noCarousel .categoryListItem {
          max-width: calc(100%/6); } }
      @media (min-width: 1200px) {
        .categoryLists.noCarousel .categoryListItem {
          max-width: calc(100%/6); } }
  .categoryLists .categoryListItem {
    width: 100%;
    height: auto;
    padding: 0 0.5rem; }
    .categoryLists .categoryListItem .categoryItemLink {
      width: 100%;
      height: 100%;
      display: block;
      cursor: pointer;
      position: relative; }
      .categoryLists .categoryListItem .categoryItemLink:hover {
        text-decoration: none; }
      .categoryLists .categoryListItem .categoryItemLink > .categoryItemCover {
        -webkit-box-shadow: 1px 1px 9px -1px #cfc6cf;
        -moz-box-shadow: 1px 1px 9px -1px #cfc6cf;
        box-shadow: 1px 1px 9px -1px #cfc6cf;
        position: relative;
        width: 100%;
        border-radius: 0.2rem; }
        .categoryLists .categoryListItem .categoryItemLink > .categoryItemCover > .catagoryCoverSize {
          width: 100%;
          height: auto; }
        .categoryLists .categoryListItem .categoryItemLink > .categoryItemCover > .categoryImage {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-width: 100%;
          width: auto;
          max-height: 100%;
          height: auto;
          z-index: 1;
          border-radius: 0.3rem; }
      .categoryLists .categoryListItem .categoryItemLink > .categoryItemName {
        bottom: 0;
        left: 0;
        z-index: 3;
        position: absolute;
        font-size: 0.8rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 2;
        max-height: 2.56rem;
        color: black;
        font-weight: bold;
        width: 100%; }
        @media (min-width: 576px) {
          .categoryLists .categoryListItem .categoryItemLink > .categoryItemName {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 2.88rem; } }
        @media (min-width: 768px) {
          .categoryLists .categoryListItem .categoryItemLink > .categoryItemName {
            font-size: 0.95rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 3.04rem; } }
        @media (min-width: 992px) {
          .categoryLists .categoryListItem .categoryItemLink > .categoryItemName {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 3.2rem; } }
        @media (min-width: 1200px) {
          .categoryLists .categoryListItem .categoryItemLink > .categoryItemName {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 3.2rem; } }
        .categoryLists .categoryListItem .categoryItemLink > .categoryItemName > .marginBlock {
          width: 100%;
          border-radius: 0 0 0.3rem 0.3rem;
          background: white;
          opacity: 0.7;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          height: 35px; }
          @media (min-width: 768px) {
            .categoryLists .categoryListItem .categoryItemLink > .categoryItemName > .marginBlock {
              height: 40px; } }
          @media (min-width: 992px) {
            .categoryLists .categoryListItem .categoryItemLink > .categoryItemName > .marginBlock {
              height: 45px; } }
          .categoryLists .categoryListItem .categoryItemLink > .categoryItemName > .marginBlock > p {
            padding-left: 0.3rem;
            padding-right: 0.3rem; }
            @media (min-width: 576px) {
              .categoryLists .categoryListItem .categoryItemLink > .categoryItemName > .marginBlock > p {
                padding-left: .4rem;
                padding-right: .4rem; } }
            @media (min-width: 768px) {
              .categoryLists .categoryListItem .categoryItemLink > .categoryItemName > .marginBlock > p {
                padding-left: .5rem;
                padding-right: .5rem; } }
            @media (min-width: 992px) {
              .categoryLists .categoryListItem .categoryItemLink > .categoryItemName > .marginBlock > p {
                bottom: .3rem;
                padding-left: .5rem;
                padding-right: .5rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.orderByMenu {
  position: relative; }
  .orderByMenu > .orderByButton > .orderBySeletedName {
    font-size: 1rem;
    line-height: 1.6;
    margin-right: 0.5rem; }
    @media (min-width: 576px) {
      .orderByMenu > .orderByButton > .orderBySeletedName {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .orderByMenu > .orderByButton > .orderBySeletedName {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .orderByMenu > .orderByButton > .orderBySeletedName {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .orderByMenu > .orderByButton > .orderBySeletedName {
        font-size: 1.1rem;
        line-height: 1.6; } }
  .orderByMenu > .orderByButton > .orderByMenuIcon {
    height: 10px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .orderByMenu > .orderByButton > .orderByMenuIcon {
        height: 12px; } }
  .orderByMenu > .orderByMenuList {
    font-size: 1rem;
    line-height: 1.6;
    position: absolute;
    z-index: 5;
    background-color: #f3f3f3;
    display: none;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    width: max-content;
    min-width: 200px; }
    @media (min-width: 576px) {
      .orderByMenu > .orderByMenuList {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .orderByMenu > .orderByMenuList {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .orderByMenu > .orderByMenuList {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .orderByMenu > .orderByMenuList {
        font-size: 1.1rem;
        line-height: 1.6; } }
    .orderByMenu > .orderByMenuList.openOrderBy {
      display: block; }
    .orderByMenu > .orderByMenuList.closeOrderBy {
      display: none; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.orderByMenu {
  position: relative; }
  .orderByMenu > .orderByButton > .orderBySeletedName {
    font-size: 1rem;
    line-height: 1.6;
    margin-right: 0.5rem; }
    @media (min-width: 576px) {
      .orderByMenu > .orderByButton > .orderBySeletedName {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .orderByMenu > .orderByButton > .orderBySeletedName {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .orderByMenu > .orderByButton > .orderBySeletedName {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .orderByMenu > .orderByButton > .orderBySeletedName {
        font-size: 1.1rem;
        line-height: 1.6; } }
  .orderByMenu > .orderByButton > .orderByMenuIcon {
    height: 10px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .orderByMenu > .orderByButton > .orderByMenuIcon {
        height: 12px; } }
  .orderByMenu > .orderByMenuList {
    font-size: 1rem;
    line-height: 1.6;
    position: absolute;
    z-index: 5;
    background-color: #f3f3f3;
    display: none;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    width: max-content;
    min-width: 200px; }
    @media (min-width: 576px) {
      .orderByMenu > .orderByMenuList {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .orderByMenu > .orderByMenuList {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .orderByMenu > .orderByMenuList {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .orderByMenu > .orderByMenuList {
        font-size: 1.1rem;
        line-height: 1.6; } }
    .orderByMenu > .orderByMenuList.openOrderBy {
      display: block; }
    .orderByMenu > .orderByMenuList.closeOrderBy {
      display: none; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.menuListButton {
  margin-right: 0.5rem; }
  .menuListButton:last-child {
    margin-right: 0; }
  .menuListButton > .menuListButtonName {
    padding: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.contentFrameMenuPublisher > .header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  text-align: center; }

.contentFrameMenuPublisher > .link {
  font-size: 1rem;
  line-height: 1.6;
  float: right;
  display: block;
  width: 100%; }
  @media (min-width: 576px) {
    .contentFrameMenuPublisher > .link {
      font-size: 1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .contentFrameMenuPublisher > .link {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .contentFrameMenuPublisher > .link {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .contentFrameMenuPublisher > .link {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .contentFrameMenuPublisher > .link {
      width: auto; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.publisherListItem {
  display: block;
  text-align: center;
  height: 100%;
  align-items: center; }
  .publisherListItem:hover {
    text-decoration: none; }
  .publisherListItem > .coverInfo {
    margin-bottom: .5rem;
    position: relative; }
    .publisherListItem > .coverInfo > .coverSize {
      width: 100%;
      height: auto; }
    .publisherListItem > .coverInfo > .coverImage {
      max-width: 100%;
      width: auto;
      max-height: 100%;
      height: auto;
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .publisherListItem .coverImage {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-width: 160px;
    min-width: 160px; }
  @media only screen and (max-device-width: 480px), only screen and (min-device-width: 640px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .publisherListItem .coverImage {
      max-width: 150px;
      min-width: 150px; } }
  .publisherListItem > .promotionDetail {
    margin-bottom: .5rem;
    padding: 1rem; }
    .publisherListItem > .promotionDetail > .promotionRemain {
      font-weight: bold;
      color: black;
      font-size: 1rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .publisherListItem > .promotionDetail > .promotionRemain {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .publisherListItem > .promotionDetail > .promotionRemain {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .publisherListItem > .promotionDetail > .promotionRemain {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .publisherListItem > .promotionDetail > .promotionRemain {
          font-size: 1.1rem;
          line-height: 1.6; } }
      .publisherListItem > .promotionDetail > .promotionRemain > .highlight {
        border-radius: 0.5rem;
        padding: 0.2rem 0.5rem; }
        .publisherListItem > .promotionDetail > .promotionRemain > .highlight.red {
          background-color: #ff5151; }
        .publisherListItem > .promotionDetail > .promotionRemain > .highlight.green {
          background-color: #4effbe; }
    .publisherListItem > .promotionDetail > .promotionDate {
      color: #363636;
      font-size: 0.8rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .publisherListItem > .promotionDetail > .promotionDate {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .publisherListItem > .promotionDetail > .promotionDate {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .publisherListItem > .promotionDetail > .promotionDate {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .publisherListItem > .promotionDetail > .promotionDate {
          font-size: 1rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.publisherList > .publisherItem {
  cursor: pointer;
  padding: 0.5rem;
  width: calc(100%/2); }
  @media screen and (min-width: 430px) {
    .publisherList > .publisherItem {
      width: calc(100%/3); } }
  @media (min-width: 576px) {
    .publisherList > .publisherItem {
      width: calc(100%/3); } }
  @media (min-width: 768px) {
    .publisherList > .publisherItem {
      padding: 1rem;
      width: calc(100%/5); } }
  @media (min-width: 992px) {
    .publisherList > .publisherItem {
      width: calc(100%/5); } }
  @media (min-width: 1200px) {
    .publisherList > .publisherItem {
      width: calc(100%/5); } }

.publisherList > .empty > .text {
  text-align: center;
  color: black;
  font-size: 1rem;
  line-height: 1.6; }
  @media (min-width: 576px) {
    .publisherList > .empty > .text {
      font-size: 1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .publisherList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .publisherList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .publisherList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.activity {
  background-color: #f5f5f5; }

.activityPublisher {
  padding-top: 1rem; }
  .activityPublisher .shopPromotionFrame {
    margin-bottom: 1.5rem; }
    .activityPublisher .shopPromotionFrame:last-of-type {
      margin-bottom: 0; }
    .activityPublisher .shopPromotionFrame > .shopPromotionFrameHeader {
      font-family: "Kanit"; }
      .activityPublisher .shopPromotionFrame > .shopPromotionFrameHeader > .promotionTitle {
        font-size: 25px;
        font-weight: lighter;
        background: none;
        font-weight: bold; }
      @media (min-width: 768px) {
        .activityPublisher .shopPromotionFrame > .shopPromotionFrameHeader .promotionTitle {
          font-size: 22px; } }
      @media (min-width: 768px) {
        .activityPublisher .shopPromotionFrame > .shopPromotionFrameHeader .promotionTitle {
          font-size: 25px !important; } }
  .activityPublisher .divCenter {
    margin: auto;
    display: block; }
    .activityPublisher .divCenter .content-list__search-box {
      display: flex;
      flex: 1;
      margin-right: 16px; }
      @media (min-width: 992px) {
        .activityPublisher .divCenter .content-list__search-box {
          float: right; } }
      .activityPublisher .divCenter .content-list__search-box .content-list__search-input {
        width: 100%;
        min-width: 120px;
        height: 40px;
        border: 0;
        border-radius: 24px 0 0 24px;
        padding: 0 32px; }
        .activityPublisher .divCenter .content-list__search-box .content-list__search-input:focus {
          outline-width: 0; }
      .activityPublisher .divCenter .content-list__search-box .content-list__search-btn {
        cursor: pointer; }
        .activityPublisher .divCenter .content-list__search-box .content-list__search-btn .fa-search {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 56px;
          height: 40px;
          border-radius: 0 24px 24px 0;
          background: #ffd44c; }
          .activityPublisher .divCenter .content-list__search-box .content-list__search-btn .fa-search:hover {
            background: #eaeaea; }
  .activityPublisher .orderCenter {
    padding: 1rem;
    align-items: '';
    justify-content: none; }
    @media (max-width: 767px) {
      .activityPublisher .orderCenter {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important; } }
    @media (min-width: 992px) {
      .activityPublisher .orderCenter {
        display: block !important;
        align-items: '';
        justify-content: none; } }
    .activityPublisher .orderCenter .content-list__order {
      padding-right: 1rem; }
    .activityPublisher .orderCenter .content-list__sort {
      cursor: pointer;
      height: 40px;
      border: 0;
      border-radius: 24px;
      padding: 8px 16px;
      font-size: 14px; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.writerListItem {
  display: block;
  text-align: center;
  height: 100%; }
  .writerListItem:hover {
    text-decoration: none; }
  .writerListItem > .coverInfo {
    margin-bottom: .5rem;
    position: relative; }
    .writerListItem > .coverInfo > .coverSize {
      width: 100%;
      height: auto; }
    .writerListItem > .coverInfo > .coverImage {
      max-width: 100%;
      width: auto;
      max-height: 100%;
      height: auto;
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .writerListItem > .promotionDetail {
    margin-bottom: .5rem;
    text-align: left; }
    .writerListItem > .promotionDetail > .promotionRemain {
      font-size: 18px;
      text-align: center;
      background: white;
      color: #ffaa00;
      padding: 0.7rem;
      border-radius: 5rem;
      -webkit-box-shadow: 1px 1px 9px -1px #cfc6cf;
      -moz-box-shadow: 1px 1px 9px -1px #cfc6cf;
      box-shadow: 1px 1px 9px -1px #cfc6cf;
      position: relative;
      width: 100%; }
      .writerListItem > .promotionDetail > .promotionRemain:hover {
        text-decoration: none;
        background: #ffcb30;
        color: white; }
      .writerListItem > .promotionDetail > .promotionRemain > .highlight {
        border-radius: 0.5rem;
        padding: 0.2rem 0.5rem; }
        .writerListItem > .promotionDetail > .promotionRemain > .highlight.red {
          background-color: #ff5151; }
        .writerListItem > .promotionDetail > .promotionRemain > .highlight.green {
          background-color: #4effbe; }
    @media (max-width: 767px) {
      .writerListItem > .promotionDetail > .promotionRemain {
        font-size: 16px; } }
    .writerListItem > .promotionDetail > .promotionDate {
      color: #363636;
      font-size: 0.8rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .writerListItem > .promotionDetail > .promotionDate {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .writerListItem > .promotionDetail > .promotionDate {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .writerListItem > .promotionDetail > .promotionDate {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .writerListItem > .promotionDetail > .promotionDate {
          font-size: 1rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.writerList > .writerItem {
  cursor: pointer;
  padding: 0.5rem;
  width: calc(100%/3); }
  @media screen and (min-width: 430px) {
    .writerList > .writerItem {
      width: calc(100%/3); } }
  @media (min-width: 576px) {
    .writerList > .writerItem {
      width: calc(100%/3); } }
  @media (min-width: 768px) {
    .writerList > .writerItem {
      padding: 1rem;
      width: calc(100%/5); } }
  @media (min-width: 992px) {
    .writerList > .writerItem {
      width: calc(100%/5); } }
  @media (min-width: 1200px) {
    .writerList > .writerItem {
      width: calc(100%/5); } }

.writerList > .empty > .text {
  color: black;
  font-size: 1rem;
  line-height: 1.6; }
  @media (min-width: 576px) {
    .writerList > .empty > .text {
      font-size: 1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .writerList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .writerList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .writerList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.activity {
  background-color: #f5f5f5; }

.writer {
  padding-top: 1rem; }
  .writer .shopPromotionFrame {
    margin-bottom: 1.5rem; }
    .writer .shopPromotionFrame:last-of-type {
      margin-bottom: 0; }
    .writer .shopPromotionFrame > .shopPromotionFrameHeader {
      font-family: "Kanit"; }
      .writer .shopPromotionFrame > .shopPromotionFrameHeader > .promotionTitle {
        font-size: 25px;
        font-weight: lighter;
        background: none;
        font-weight: bold; }
      @media (min-width: 768px) {
        .writer .shopPromotionFrame > .shopPromotionFrameHeader .promotionTitle {
          font-size: 24px; } }
      @media (min-width: 768px) {
        .writer .shopPromotionFrame > .shopPromotionFrameHeader .promotionTitle {
          font-size: 28px !important; } }
  .writer .divCenter {
    margin: auto;
    display: block; }
    .writer .divCenter .content-list__search-box {
      display: flex;
      flex: 1;
      margin-right: 16px; }
      @media (min-width: 992px) {
        .writer .divCenter .content-list__search-box {
          float: right; } }
      .writer .divCenter .content-list__search-box .content-list__search-input {
        width: 100%;
        min-width: 120px;
        height: 40px;
        border: 0;
        border-radius: 24px 0 0 24px;
        padding: 0 32px; }
        .writer .divCenter .content-list__search-box .content-list__search-input:focus {
          outline-width: 0; }
      .writer .divCenter .content-list__search-box .content-list__search-btn {
        cursor: pointer; }
        .writer .divCenter .content-list__search-box .content-list__search-btn .fa-search {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 56px;
          height: 40px;
          border-radius: 0 24px 24px 0;
          background: #ffd44c; }
          .writer .divCenter .content-list__search-box .content-list__search-btn .fa-search:hover {
            background: #eaeaea; }
  .writer .orderCenter {
    padding: 1rem;
    align-items: '';
    justify-content: none; }
    @media (max-width: 767px) {
      .writer .orderCenter {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important; } }
    @media (min-width: 992px) {
      .writer .orderCenter {
        display: block !important;
        align-items: '';
        justify-content: none; } }
    .writer .orderCenter .content-list__order {
      padding-right: 1rem; }
    .writer .orderCenter .content-list__sort {
      cursor: pointer;
      height: 40px;
      border: 0;
      border-radius: 24px;
      padding: 8px 16px;
      font-size: 14px; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.contentFrameMenu > .header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between; }
  .contentFrameMenu > .header > .link {
    font-size: 1rem;
    line-height: 1.6;
    float: right;
    display: block;
    width: 100%; }
    @media (min-width: 576px) {
      .contentFrameMenu > .header > .link {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .contentFrameMenu > .header > .link {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .contentFrameMenu > .header > .link {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .contentFrameMenu > .header > .link {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .contentFrameMenu > .header > .link {
        width: auto; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.promotionListItem {
  border: 1px solid #f2f2f2;
  display: block;
  text-align: center;
  height: 100%; }
  .promotionListItem:hover {
    text-decoration: none; }
  .promotionListItem > .coverInfo {
    margin-bottom: .5rem;
    position: relative; }
    .promotionListItem > .coverInfo > .coverSize {
      width: 100%;
      height: auto; }
    .promotionListItem > .coverInfo > .coverImage {
      max-width: 100%;
      width: auto;
      max-height: 100%;
      height: auto;
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .promotionListItem > .promotionDetail {
    margin-bottom: .5rem;
    text-align: center; }
    .promotionListItem > .promotionDetail > .promotionRemain {
      font-weight: bold;
      color: black;
      font-size: 1rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .promotionListItem > .promotionDetail > .promotionRemain {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .promotionListItem > .promotionDetail > .promotionRemain {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .promotionListItem > .promotionDetail > .promotionRemain {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .promotionListItem > .promotionDetail > .promotionRemain {
          font-size: 1.1rem;
          line-height: 1.6; } }
      .promotionListItem > .promotionDetail > .promotionRemain > .highlight {
        border-radius: 0.5rem;
        padding: 0.2rem 0.5rem; }
        .promotionListItem > .promotionDetail > .promotionRemain > .highlight.red {
          background-color: #ff5151; }
        .promotionListItem > .promotionDetail > .promotionRemain > .highlight.green {
          background-color: #4effbe; }
    .promotionListItem > .promotionDetail > .promotionDate {
      color: #363636;
      font-size: 0.8rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .promotionListItem > .promotionDetail > .promotionDate {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .promotionListItem > .promotionDetail > .promotionDate {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .promotionListItem > .promotionDetail > .promotionDate {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .promotionListItem > .promotionDetail > .promotionDate {
          font-size: 1rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.promotionList > .promotionItem {
  cursor: pointer;
  padding: 0.5rem;
  width: calc(100%/2); }
  @media screen and (min-width: 430px) {
    .promotionList > .promotionItem {
      width: calc(100%/3); } }
  @media (min-width: 576px) {
    .promotionList > .promotionItem {
      width: calc(100%/3); } }
  @media (min-width: 768px) {
    .promotionList > .promotionItem {
      padding: 1rem;
      width: calc(100%/4); } }
  @media (min-width: 992px) {
    .promotionList > .promotionItem {
      width: calc(100%/5); } }
  @media (min-width: 1200px) {
    .promotionList > .promotionItem {
      width: calc(100%/5); } }

.promotionList > .empty > .text {
  text-align: center;
  color: black;
  font-size: 1rem;
  line-height: 1.6; }
  @media (min-width: 576px) {
    .promotionList > .empty > .text {
      font-size: 1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .promotionList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .promotionList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .promotionList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.shopPromotion {
  padding-top: 1rem; }
  .shopPromotion .shopPromotionFrame {
    margin-bottom: 1.5rem; }
    .shopPromotion .shopPromotionFrame:last-of-type {
      margin-bottom: 0; }
    .shopPromotion .shopPromotionFrame > .shopPromotionFrameHeader {
      font-family: "Kanit";
      border-bottom: 1px solid #9A9A9A;
      margin-bottom: 1rem; }
      .shopPromotion .shopPromotionFrame > .shopPromotionFrameHeader > .promotionTitle {
        font-size: 1.7rem;
        line-height: 1.6; }
        @media (min-width: 576px) {
          .shopPromotion .shopPromotionFrame > .shopPromotionFrameHeader > .promotionTitle {
            font-size: 1.7rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .shopPromotion .shopPromotionFrame > .shopPromotionFrameHeader > .promotionTitle {
            font-size: 1.8rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .shopPromotion .shopPromotionFrame > .shopPromotionFrameHeader > .promotionTitle {
            font-size: 1.8rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .shopPromotion .shopPromotionFrame > .shopPromotionFrameHeader > .promotionTitle {
            font-size: 1.8rem;
            line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.shopAuthorFrame {
  padding-top: 1rem;
  margin-bottom: 1rem; }
  .shopAuthorFrame > .shopAuthorFrameHeader {
    font-family: "Kanit";
    border-bottom: 2px solid #FFD54C;
    margin-bottom: 1rem; }
    .shopAuthorFrame > .shopAuthorFrameHeader > .authorTitle {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .shopAuthorFrame > .shopAuthorFrameHeader > .authorTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .shopAuthorFrame > .shopAuthorFrameHeader > .authorTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .shopAuthorFrame > .shopAuthorFrameHeader > .authorTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .shopAuthorFrame > .shopAuthorFrameHeader > .authorTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.shopCatalogFrame {
  padding-top: 1rem;
  margin-bottom: 1rem; }
  .shopCatalogFrame > .shopCatalogFrameHeader {
    font-family: "Kanit";
    border-bottom: 2px solid #FFD54C;
    margin-bottom: 1rem; }
    .shopCatalogFrame > .shopCatalogFrameHeader > .catalogTitle {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .shopCatalogFrame > .shopCatalogFrameHeader > .catalogTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .shopCatalogFrame > .shopCatalogFrameHeader > .catalogTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .shopCatalogFrame > .shopCatalogFrameHeader > .catalogTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .shopCatalogFrame > .shopCatalogFrameHeader > .catalogTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.authorFrame {
  margin-bottom: 1rem; }
  .authorFrame > .authorFrameHeader {
    font-family: "Kanit";
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .5rem; }
    .authorFrame > .authorFrameHeader .authorFrameTitle {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .authorFrame > .authorFrameHeader .authorFrameTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .authorFrame > .authorFrameHeader .authorFrameTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .authorFrame > .authorFrameHeader .authorFrameTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .authorFrame > .authorFrameHeader .authorFrameTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
    .authorFrame > .authorFrameHeader .authorName {
      font-size: 1rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .authorFrame > .authorFrameHeader .authorName {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .authorFrame > .authorFrameHeader .authorName {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .authorFrame > .authorFrameHeader .authorName {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .authorFrame > .authorFrameHeader .authorName {
          font-size: 1.1rem;
          line-height: 1.6; } }
    .authorFrame > .authorFrameHeader .authorSelectList {
      border: 1px solid #363636;
      padding: 0.3rem;
      text-align: left;
      border-radius: 0.2rem;
      border-radius: 0;
      border: 1px solid #363636;
      padding: 0.3rem;
      margin-bottom: 0.5rem;
      font-size: 0.8rem;
      line-height: 1.6; }
      .authorFrame > .authorFrameHeader .authorSelectList:focus {
        outline: none; }
      @media (min-width: 576px) {
        .authorFrame > .authorFrameHeader .authorSelectList {
          font-size: 0.9rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .authorFrame > .authorFrameHeader .authorSelectList {
          font-size: 0.95rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .authorFrame > .authorFrameHeader .authorSelectList {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .authorFrame > .authorFrameHeader .authorSelectList {
          font-size: 1rem;
          line-height: 1.6; } }
  @media (max-width: 575.98px) {
    .authorFrame .authorFrameBody > .item {
      display: none; }
      .authorFrame .authorFrameBody > .item:nth-child(-n+4) {
        display: block; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .authorFrame .authorFrameBody > .item {
      display: none; }
      .authorFrame .authorFrameBody > .item:nth-child(-n+6) {
        display: block; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .authorFrame .authorFrameBody > .item {
      display: none; }
      .authorFrame .authorFrameBody > .item:nth-child(-n+8) {
        display: block; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .authorFrame .authorFrameBody > .item {
      display: none; }
      .authorFrame .authorFrameBody > .item:nth-child(-n+8) {
        display: block; } }
  @media (min-width: 1200px) {
    .authorFrame .authorFrameBody > .item {
      display: none; }
      .authorFrame .authorFrameBody > .item:nth-child(-n+10) {
        display: block; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.shopNarratorFrame {
  padding-top: 1rem;
  margin-bottom: 1rem; }
  .shopNarratorFrame > .shopNarratorFrameHeader {
    font-family: "Kanit";
    border-bottom: 2px solid #FFD54C;
    margin-bottom: 1rem; }
    .shopNarratorFrame > .shopNarratorFrameHeader > .shopNarratorTitle {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .shopNarratorFrame > .shopNarratorFrameHeader > .shopNarratorTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .shopNarratorFrame > .shopNarratorFrameHeader > .shopNarratorTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .shopNarratorFrame > .shopNarratorFrameHeader > .shopNarratorTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .shopNarratorFrame > .shopNarratorFrameHeader > .shopNarratorTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.shopPublisherFrame {
  padding-top: 1rem;
  margin-bottom: 1rem; }
  .shopPublisherFrame > .shopPublisherFrameHeader {
    font-family: "Kanit";
    border-bottom: 2px solid #FFD54C;
    margin-bottom: 1rem; }
    .shopPublisherFrame > .shopPublisherFrameHeader > .shopPublisherTitle {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .shopPublisherFrame > .shopPublisherFrameHeader > .shopPublisherTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .shopPublisherFrame > .shopPublisherFrameHeader > .shopPublisherTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .shopPublisherFrame > .shopPublisherFrameHeader > .shopPublisherTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .shopPublisherFrame > .shopPublisherFrameHeader > .shopPublisherTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.userPurchased {
  padding-top: 1rem; }
  .userPurchased > .userPurchasedHeader {
    font-family: "Kanit";
    border-bottom: 1px solid #9A9A9A; }
    .userPurchased > .userPurchasedHeader > .title {
      font-size: 1.7rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .userPurchased > .userPurchasedHeader > .title {
          font-size: 1.7rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .userPurchased > .userPurchasedHeader > .title {
          font-size: 1.8rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .userPurchased > .userPurchasedHeader > .title {
          font-size: 1.8rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .userPurchased > .userPurchasedHeader > .title {
          font-size: 1.8rem;
          line-height: 1.6; } }
  .userPurchased .userPurchasedFilterMenu {
    width: 100%; }
    @media (min-width: 768px) {
      .userPurchased .userPurchasedFilterMenu {
        width: auto; } }
  .userPurchased .loader {
    padding: 1rem 0;
    color: black;
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
    background-color: white; }
    @media (min-width: 576px) {
      .userPurchased .loader {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .userPurchased .loader {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .userPurchased .loader {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .userPurchased .loader {
        font-size: 1.1rem;
        line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.wishlistItemFrame {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  outline: 1px solid #f2f2f2; }
  .wishlistItemFrame:hover {
    text-decoration: none; }
  .wishlistItemFrame > .wishlistListItemInfo {
    width: 100%; }
    .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemCover {
      position: relative;
      width: 100%; }
      .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemCover > .contentCoverSize {
        width: 100%;
        height: auto;
        z-index: -1; }
      .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemCover > .contentImage {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
        z-index: 2; }
      .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemCover > .contentIcon {
        position: absolute;
        z-index: 2;
        bottom: 0.5rem;
        right: 0.5rem;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 100%;
        width: 25%;
        max-width: 30px; }
        @media (min-width: 768px) {
          .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemCover > .contentIcon {
            max-width: 31px; } }
        @media (min-width: 992px) {
          .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemCover > .contentIcon {
            max-width: 33px; } }
        @media (min-width: 1200px) {
          .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemCover > .contentIcon {
            max-width: 35px; } }
    .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemBody {
      padding: 0 0.5rem 0.5rem 0.5rem;
      width: 100%;
      height: auto; }
      .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemBody > .contentName {
        font-size: 1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 2;
        max-height: 3.2rem;
        color: black; }
        @media (min-width: 576px) {
          .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemBody > .contentName {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 3.2rem; } }
        @media (min-width: 768px) {
          .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemBody > .contentName {
            font-size: 1.1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 3.52rem; } }
        @media (min-width: 992px) {
          .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemBody > .contentName {
            font-size: 1.1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 3.52rem; } }
        @media (min-width: 1200px) {
          .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemBody > .contentName {
            font-size: 1.1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 3.52rem; } }
      .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemBody > .contentDescription {
        font-size: 0.8rem;
        line-height: 1.7;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 2;
        max-height: 2.72rem;
        color: #7e7e7e; }
        @media (min-width: 576px) {
          .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemBody > .contentDescription {
            font-size: 0.8rem;
            line-height: 1.7;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 2.72rem; } }
        @media (min-width: 768px) {
          .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemBody > .contentDescription {
            font-size: 0.85rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 2.72rem; } }
        @media (min-width: 992px) {
          .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemBody > .contentDescription {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 2.88rem; } }
        @media (min-width: 1200px) {
          .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemBody > .contentDescription {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 2.88rem; } }
    .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemFooter {
      padding: 0 0.5rem 0.5rem 0.5rem;
      width: 100%;
      height: auto; }
      .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemFooter > .addWishlistDate {
        font-size: 0.8rem;
        line-height: 1.7;
        color: #7e7e7e; }
        @media (min-width: 576px) {
          .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemFooter > .addWishlistDate {
            font-size: 0.8rem;
            line-height: 1.7; } }
        @media (min-width: 768px) {
          .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemFooter > .addWishlistDate {
            font-size: 0.85rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemFooter > .addWishlistDate {
            font-size: 0.9rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .wishlistItemFrame > .wishlistListItemInfo > .wishlistListItemFooter > .addWishlistDate {
            font-size: 0.9rem;
            line-height: 1.6; } }
  .wishlistItemFrame:hover {
    text-decoration: none; }
  .wishlistItemFrame > .removeIcon {
    display: block;
    background-color: #9A9A9A;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: white;
    height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    align-self: flex-end;
    width: 100%;
    border-radius: 0; }
    .wishlistItemFrame > .removeIcon > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .wishlistItemFrame > .removeIcon > .text {
      display: inline-block;
      vertical-align: middle; }
    .wishlistItemFrame > .removeIcon:hover {
      cursor: pointer; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.wishlistList {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap; }
  .wishlistList > .item {
    height: auto;
    margin-bottom: 2rem;
    width: calc(100%/2); }
    @media screen and (min-width: 430px) {
      .wishlistList > .item {
        width: calc(100%/3); } }
    @media (min-width: 576px) {
      .wishlistList > .item {
        width: calc(100%/3); } }
    @media (min-width: 768px) {
      .wishlistList > .item {
        width: calc(100%/4); } }
    @media (min-width: 992px) {
      .wishlistList > .item {
        width: calc(100%/5); } }
    @media (min-width: 1200px) {
      .wishlistList > .item {
        width: calc(100%/5); } }
  .wishlistList > .empty > .text {
    text-align: center;
    color: black;
    font-size: 1.1rem;
    line-height: 1.6; }
    @media (min-width: 576px) {
      .wishlistList > .empty > .text {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .wishlistList > .empty > .text {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .wishlistList > .empty > .text {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .wishlistList > .empty > .text {
        font-size: 1.2rem;
        line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.confirmPopup {
  font-family: "Kanit";
  text-align: center;
  padding: 2rem 0; }
  .confirmPopup > .confirmMessage {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem; }
    @media (min-width: 576px) {
      .confirmPopup > .confirmMessage {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .confirmPopup > .confirmMessage {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .confirmPopup > .confirmMessage {
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .confirmPopup > .confirmMessage {
        font-size: 1.2rem;
        line-height: 1.6; } }
  .confirmPopup .confirmFooter .button {
    cursor: pointer; }
    .confirmPopup .confirmFooter .button .text {
      font-size: 1rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .confirmPopup .confirmFooter .button .text {
          font-size: 1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .confirmPopup .confirmFooter .button .text {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .confirmPopup .confirmFooter .button .text {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .confirmPopup .confirmFooter .button .text {
          font-size: 1.1rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.userWishlist {
  padding-top: 1rem; }
  .userWishlist > .userWishlistHeader {
    font-family: "Kanit";
    border-bottom: 1px solid #9A9A9A; }
    .userWishlist > .userWishlistHeader > .title {
      font-size: 1.7rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .userWishlist > .userWishlistHeader > .title {
          font-size: 1.7rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .userWishlist > .userWishlistHeader > .title {
          font-size: 1.8rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .userWishlist > .userWishlistHeader > .title {
          font-size: 1.8rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .userWishlist > .userWishlistHeader > .title {
          font-size: 1.8rem;
          line-height: 1.6; } }
  .userWishlist .loader {
    padding: 1rem 0;
    color: black;
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
    background-color: white; }
    @media (min-width: 576px) {
      .userWishlist .loader {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .userWishlist .loader {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .userWishlist .loader {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .userWishlist .loader {
        font-size: 1.1rem;
        line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.contentFrameLink > .contentFrameLinkHeader {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between; }
  .contentFrameLink > .contentFrameLinkHeader > .title > .text {
    font-size: 1.7rem;
    line-height: 1.6;
    font-weight: bold; }
    @media (min-width: 576px) {
      .contentFrameLink > .contentFrameLinkHeader > .title > .text {
        font-size: 1.7rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .contentFrameLink > .contentFrameLinkHeader > .title > .text {
        font-size: 1.8rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .contentFrameLink > .contentFrameLinkHeader > .title > .text {
        font-size: 1.8rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .contentFrameLink > .contentFrameLinkHeader > .title > .text {
        font-size: 1.8rem;
        line-height: 1.6; } }
  .contentFrameLink > .contentFrameLinkHeader > .link {
    display: none; }
    @media (min-width: 768px) {
      .contentFrameLink > .contentFrameLinkHeader > .link {
        display: block; } }

.contentFrameLink > .contentFrameLinkfooter {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  background-color: transparent; }
  @media (min-width: 768px) {
    .contentFrameLink > .contentFrameLinkfooter {
      display: none; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.contentListCarousel .contentListCarouselItem {
  height: 100%;
  padding: 0 0.5rem; }
  @media (min-width: 768px) {
    .contentListCarousel .contentListCarouselItem {
      padding: 0 1rem; } }

.contentListCarousel > .empty > .text {
  text-align: center;
  color: black;
  font-size: 1.1rem;
  line-height: 1.6; }
  @media (min-width: 576px) {
    .contentListCarousel > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .contentListCarousel > .empty > .text {
      font-size: 1.2rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .contentListCarousel > .empty > .text {
      font-size: 1.2rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .contentListCarousel > .empty > .text {
      font-size: 1.2rem;
      line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.contentListItems {
  font-family: "Kanit";
  font-weight: bold;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  outline: 1px solid #f2f2f2; }
  .contentListItems:hover {
    text-decoration: none; }
  .contentListItems > .contentItemLink {
    width: 100%; }
    .contentListItems > .contentItemLink > .contentItemCover {
      margin-bottom: 0.5rem;
      position: relative;
      width: 100%; }
      .contentListItems > .contentItemLink > .contentItemCover > .contentCoverSize {
        width: 100%;
        height: auto;
        z-index: -1; }
      .contentListItems > .contentItemLink > .contentItemCover > .contentImageFrame {
        display: flex;
        justify-content: center;
        align-items: center; }
        .contentListItems > .contentItemLink > .contentItemCover > .contentImageFrame > .discount {
          position: absolute;
          width: 50%;
          height: auto;
          z-index: 999;
          right: -4px;
          max-width: 45.8px;
          top: 0px;
          font-size: 14px;
          color: white;
          text-align: center; }
        .contentListItems > .contentItemLink > .contentItemCover > .contentImageFrame > .contentImage {
          max-width: 100%;
          height: 100%;
          max-height: 200px; }
        .contentListItems > .contentItemLink > .contentItemCover > .contentImageFrame > .contentLogo {
          position: absolute;
          width: 20%;
          height: auto;
          z-index: 4; }
        .contentListItems > .contentItemLink > .contentItemCover > .contentImageFrame > .icon_shop_campaign {
          position: absolute;
          width: 50%;
          height: auto;
          z-index: 4;
          right: -4px;
          max-width: 57.8px;
          top: -9px; }
      .contentListItems > .contentItemLink > .contentItemCover > .contentImage {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        width: auto;
        max-height: 100%;
        height: auto;
        z-index: 1;
        padding: 2px; }
      .contentListItems > .contentItemLink > .contentItemCover .image {
        width: 100%;
        height: 100%; }
      .contentListItems > .contentItemLink > .contentItemCover > .contentIcon {
        position: absolute;
        z-index: 2;
        bottom: 0.5rem;
        right: 0.5rem;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 100%;
        width: 25%;
        max-width: 30px; }
        @media (min-width: 768px) {
          .contentListItems > .contentItemLink > .contentItemCover > .contentIcon {
            max-width: 31px; } }
        @media (min-width: 992px) {
          .contentListItems > .contentItemLink > .contentItemCover > .contentIcon {
            max-width: 33px; } }
        @media (min-width: 1200px) {
          .contentListItems > .contentItemLink > .contentItemCover > .contentIcon {
            max-width: 35px; } }
    .contentListItems > .contentItemLink > .contentItemBody {
      padding: 0 0.5rem 0.5rem 0.5rem;
      width: 100%;
      height: 135px; }
      .contentListItems > .contentItemLink > .contentItemBody > .contentName {
        font-size: 1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.6rem;
        height: 1.6rem;
        color: black;
        margin-bottom: 0.2rem; }
        @media (min-width: 576px) {
          .contentListItems > .contentItemLink > .contentItemBody > .contentName {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.6rem;
            height: 1.6rem; } }
        @media (min-width: 768px) {
          .contentListItems > .contentItemLink > .contentItemBody > .contentName {
            font-size: 1.1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.76rem;
            height: 1.76rem; } }
        @media (min-width: 992px) {
          .contentListItems > .contentItemLink > .contentItemBody > .contentName {
            font-size: 1.1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.76rem;
            height: 1.76rem; } }
        @media (min-width: 1200px) {
          .contentListItems > .contentItemLink > .contentItemBody > .contentName {
            font-size: 1.1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.76rem;
            height: 1.76rem; } }
        .contentListItems > .contentItemLink > .contentItemBody > .contentName:last-child {
          margin-bottom: 0; }
      .contentListItems > .contentItemLink > .contentItemBody > .contentDescription {
        color: #7e7e7e;
        margin-bottom: 0.2rem;
        font-size: 14px !important; }
        .contentListItems > .contentItemLink > .contentItemBody > .contentDescription:last-child {
          margin-bottom: 0; }
      .contentListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal {
        font-size: 0.8rem;
        line-height: 1.7;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.36rem;
        height: 1.36rem;
        color: #7e7e7e;
        margin-bottom: 0.2rem;
        font-size: 14px;
        text-decoration: line-through; }
        @media (min-width: 576px) {
          .contentListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal {
            font-size: 0.8rem;
            line-height: 1.7;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.36rem;
            height: 1.36rem; } }
        @media (min-width: 768px) {
          .contentListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal {
            font-size: 0.85rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.36rem;
            height: 1.36rem; } }
        @media (min-width: 992px) {
          .contentListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.44rem;
            height: 1.44rem; } }
        @media (min-width: 1200px) {
          .contentListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.44rem;
            height: 1.44rem; } }
        .contentListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal:last-child {
          margin-bottom: 0; }
      .contentListItems > .contentItemLink > .contentItemBody > .purchaseDate {
        font-size: 0.8rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.28rem;
        color: #7e7e7e;
        margin-bottom: 0.2rem; }
        @media (min-width: 576px) {
          .contentListItems > .contentItemLink > .contentItemBody > .purchaseDate {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.44rem; } }
        @media (min-width: 768px) {
          .contentListItems > .contentItemLink > .contentItemBody > .purchaseDate {
            font-size: 0.95rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.52rem; } }
        @media (min-width: 992px) {
          .contentListItems > .contentItemLink > .contentItemBody > .purchaseDate {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.6rem; } }
        @media (min-width: 1200px) {
          .contentListItems > .contentItemLink > .contentItemBody > .purchaseDate {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.6rem; } }
        .contentListItems > .contentItemLink > .contentItemBody > .purchaseDate:last-child {
          margin-bottom: 0; }
  .contentListItems > .contentItemPrice {
    width: 100%;
    height: auto;
    align-self: flex-end;
    display: flex;
    flex-wrap: wrap; }
    .contentListItems > .contentItemPrice > .contentPrice {
      margin-bottom: 4px;
      width: 100%;
      border-radius: 0;
      padding: 0.5rem; }
      .contentListItems > .contentItemPrice > .contentPrice > .text {
        color: #808080;
        font-size: 14px !important;
        text-decoration: line-through; }
      .contentListItems > .contentItemPrice > .contentPrice > .price {
        color: #e52735;
        font-size: 20px !important; }
      .contentListItems > .contentItemPrice > .contentPrice:last-child {
        margin-bottom: 0; }
      .contentListItems > .contentItemPrice > .contentPrice.comingSoon {
        background-color: transparent !important; }
  .contentListItems > .contentItemFooter {
    width: 100%;
    height: auto;
    align-self: flex-end;
    display: flex;
    flex-wrap: wrap; }
    .contentListItems > .contentItemFooter > .contentPrice {
      display: block;
      background-color: #FFD54C;
      border: 1px solid transparent;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: black;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      margin: 0.5rem; }
      .contentListItems > .contentItemFooter > .contentPrice > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .contentListItems > .contentItemFooter > .contentPrice > .text {
        display: inline-block;
        vertical-align: middle; }
      .contentListItems > .contentItemFooter > .contentPrice:last-child {
        margin-bottom: 0; }
      .contentListItems > .contentItemFooter > .contentPrice.comingSoon {
        background-color: transparent !important; }

.magazinePricePopup {
  background-color: white;
  border-radius: 0.3rem;
  text-align: center;
  padding: 1rem; }
  .magazinePricePopup > .magazinePricePopupBody {
    color: black; }
    .magazinePricePopup > .magazinePricePopupBody > .magazinePriceItem {
      display: block;
      background-color: transparent;
      border: 1px solid black;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: black;
      padding: 0.5rem;
      margin-bottom: 0.5rem; }
      .magazinePricePopup > .magazinePricePopupBody > .magazinePriceItem > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .magazinePricePopup > .magazinePricePopupBody > .magazinePriceItem > .text {
        display: inline-block;
        vertical-align: middle; }
      .magazinePricePopup > .magazinePricePopupBody > .magazinePriceItem:hover {
        background-color: #FFD54C; }
      .magazinePricePopup > .magazinePricePopupBody > .magazinePriceItem:last-of-type {
        margin-bottom: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.contentListCarousels .slick-slide {
  max-width: 183px !important; }

.contentListCarousels .contentListCarouselItems {
  height: 100%;
  padding: 0 0.5rem; }
  @media (min-width: 768px) {
    .contentListCarousels .contentListCarouselItems {
      padding: 0 1rem; } }

.contentListCarousels > .empty > .text {
  text-align: center;
  color: black;
  font-size: 1.1rem;
  line-height: 1.6; }
  @media (min-width: 576px) {
    .contentListCarousels > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .contentListCarousels > .empty > .text {
      font-size: 1.2rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .contentListCarousels > .empty > .text {
      font-size: 1.2rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .contentListCarousels > .empty > .text {
      font-size: 1.2rem;
      line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.publisherListItems {
  font-family: "Kanit";
  font-weight: bold;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  outline: 1px solid #f2f2f2; }
  .publisherListItems:hover {
    text-decoration: none; }
  .publisherListItems > .contentItemLink {
    width: 100%; }
    .publisherListItems > .contentItemLink > .contentItemCover {
      margin-bottom: 0.5rem;
      position: relative;
      width: 100%; }
      .publisherListItems > .contentItemLink > .contentItemCover > .contentCoverSize {
        width: 100%;
        height: auto;
        z-index: -1; }
      .publisherListItems > .contentItemLink > .contentItemCover > .contentImageFrame {
        display: flex;
        justify-content: center;
        align-items: center; }
        .publisherListItems > .contentItemLink > .contentItemCover > .contentImageFrame > .discount {
          position: absolute;
          width: 50%;
          height: auto;
          z-index: 999;
          right: -4px;
          max-width: 45.8px;
          top: 0px;
          font-size: 14px;
          color: white;
          text-align: center; }
        .publisherListItems > .contentItemLink > .contentItemCover > .contentImageFrame > .contentImage {
          max-width: 100%;
          height: 100%;
          max-height: 200px; }
        .publisherListItems > .contentItemLink > .contentItemCover > .contentImageFrame > .contentLogo {
          position: absolute;
          width: 20%;
          height: auto;
          z-index: 4; }
        .publisherListItems > .contentItemLink > .contentItemCover > .contentImageFrame > .icon_shop_campaign {
          position: absolute;
          width: 50%;
          height: auto;
          z-index: 4;
          right: -4px;
          max-width: 57.8px;
          top: -9px; }
      .publisherListItems > .contentItemLink > .contentItemCover > .contentImage {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        width: auto;
        max-height: 100%;
        height: auto;
        z-index: 1;
        padding: 2px; }
      .publisherListItems > .contentItemLink > .contentItemCover .image {
        width: 100%;
        height: 100%; }
      .publisherListItems > .contentItemLink > .contentItemCover > .contentIcon {
        position: absolute;
        z-index: 2;
        bottom: 0.5rem;
        right: 0.5rem;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 100%;
        width: 25%;
        max-width: 30px; }
        @media (min-width: 768px) {
          .publisherListItems > .contentItemLink > .contentItemCover > .contentIcon {
            max-width: 31px; } }
        @media (min-width: 992px) {
          .publisherListItems > .contentItemLink > .contentItemCover > .contentIcon {
            max-width: 33px; } }
        @media (min-width: 1200px) {
          .publisherListItems > .contentItemLink > .contentItemCover > .contentIcon {
            max-width: 35px; } }
    .publisherListItems > .contentItemLink > .contentItemBody {
      padding: 0 0.5rem 0.5rem 0.5rem;
      width: 100%;
      height: 135px; }
      .publisherListItems > .contentItemLink > .contentItemBody > .contentName {
        font-size: 1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.6rem;
        height: 1.6rem;
        color: black;
        margin-bottom: 0.2rem; }
        @media (min-width: 576px) {
          .publisherListItems > .contentItemLink > .contentItemBody > .contentName {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.6rem;
            height: 1.6rem; } }
        @media (min-width: 768px) {
          .publisherListItems > .contentItemLink > .contentItemBody > .contentName {
            font-size: 1.1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.76rem;
            height: 1.76rem; } }
        @media (min-width: 992px) {
          .publisherListItems > .contentItemLink > .contentItemBody > .contentName {
            font-size: 1.1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.76rem;
            height: 1.76rem; } }
        @media (min-width: 1200px) {
          .publisherListItems > .contentItemLink > .contentItemBody > .contentName {
            font-size: 1.1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.76rem;
            height: 1.76rem; } }
        .publisherListItems > .contentItemLink > .contentItemBody > .contentName:last-child {
          margin-bottom: 0; }
      .publisherListItems > .contentItemLink > .contentItemBody > .contentDescription {
        color: #7e7e7e;
        margin-bottom: 0.2rem;
        font-size: 14px !important; }
        .publisherListItems > .contentItemLink > .contentItemBody > .contentDescription:last-child {
          margin-bottom: 0; }
      .publisherListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal {
        font-size: 0.8rem;
        line-height: 1.7;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.36rem;
        height: 1.36rem;
        color: #7e7e7e;
        margin-bottom: 0.2rem;
        font-size: 14px;
        text-decoration: line-through; }
        @media (min-width: 576px) {
          .publisherListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal {
            font-size: 0.8rem;
            line-height: 1.7;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.36rem;
            height: 1.36rem; } }
        @media (min-width: 768px) {
          .publisherListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal {
            font-size: 0.85rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.36rem;
            height: 1.36rem; } }
        @media (min-width: 992px) {
          .publisherListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.44rem;
            height: 1.44rem; } }
        @media (min-width: 1200px) {
          .publisherListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.44rem;
            height: 1.44rem; } }
        .publisherListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal:last-child {
          margin-bottom: 0; }
      .publisherListItems > .contentItemLink > .contentItemBody > .purchaseDate {
        font-size: 0.8rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.28rem;
        color: #7e7e7e;
        margin-bottom: 0.2rem; }
        @media (min-width: 576px) {
          .publisherListItems > .contentItemLink > .contentItemBody > .purchaseDate {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.44rem; } }
        @media (min-width: 768px) {
          .publisherListItems > .contentItemLink > .contentItemBody > .purchaseDate {
            font-size: 0.95rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.52rem; } }
        @media (min-width: 992px) {
          .publisherListItems > .contentItemLink > .contentItemBody > .purchaseDate {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.6rem; } }
        @media (min-width: 1200px) {
          .publisherListItems > .contentItemLink > .contentItemBody > .purchaseDate {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.6rem; } }
        .publisherListItems > .contentItemLink > .contentItemBody > .purchaseDate:last-child {
          margin-bottom: 0; }
  .publisherListItems > .contentItemPrice {
    width: 100%;
    height: auto;
    align-self: flex-end;
    display: flex;
    flex-wrap: wrap; }
    .publisherListItems > .contentItemPrice > .contentPrice {
      margin-bottom: 4px;
      width: 100%;
      border-radius: 0;
      padding: 0.5rem; }
      .publisherListItems > .contentItemPrice > .contentPrice > .text {
        color: #808080;
        font-size: 14px !important;
        text-decoration: line-through; }
      .publisherListItems > .contentItemPrice > .contentPrice > .price {
        color: #e52735;
        font-size: 20px !important; }
      .publisherListItems > .contentItemPrice > .contentPrice:last-child {
        margin-bottom: 0; }
      .publisherListItems > .contentItemPrice > .contentPrice.comingSoon {
        background-color: transparent !important; }
  .publisherListItems > .contentItemFooter {
    width: 100%;
    height: auto;
    align-self: flex-end;
    display: flex;
    flex-wrap: wrap; }
    .publisherListItems > .contentItemFooter > .contentPrice {
      display: block;
      background-color: #FFD54C;
      border: 1px solid transparent;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: black;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      margin: 0.5rem; }
      .publisherListItems > .contentItemFooter > .contentPrice > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .publisherListItems > .contentItemFooter > .contentPrice > .text {
        display: inline-block;
        vertical-align: middle; }
      .publisherListItems > .contentItemFooter > .contentPrice:last-child {
        margin-bottom: 0; }
      .publisherListItems > .contentItemFooter > .contentPrice.comingSoon {
        background-color: transparent !important; }

.magazinePricePopup {
  background-color: white;
  border-radius: 0.3rem;
  text-align: center;
  padding: 1rem; }
  .magazinePricePopup > .magazinePricePopupBody {
    color: black; }
    .magazinePricePopup > .magazinePricePopupBody > .magazinePriceItem {
      display: block;
      background-color: transparent;
      border: 1px solid black;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: black;
      padding: 0.5rem;
      margin-bottom: 0.5rem; }
      .magazinePricePopup > .magazinePricePopupBody > .magazinePriceItem > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .magazinePricePopup > .magazinePricePopupBody > .magazinePriceItem > .text {
        display: inline-block;
        vertical-align: middle; }
      .magazinePricePopup > .magazinePricePopupBody > .magazinePriceItem:hover {
        background-color: #FFD54C; }
      .magazinePricePopup > .magazinePricePopupBody > .magazinePriceItem:last-of-type {
        margin-bottom: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.publisherListCarousels .slick-slide {
  max-width: 273px !important;
  width: 273px !important; }

.publisherListCarousels .publisherListCarouselItems {
  height: 100%;
  padding: 0 0.5rem; }
  @media (min-width: 768px) {
    .publisherListCarousels .publisherListCarouselItems {
      padding: 0 1rem; } }

.publisherListCarousels > .empty > .text {
  text-align: center;
  color: black;
  font-size: 1.1rem;
  line-height: 1.6; }
  @media (min-width: 576px) {
    .publisherListCarousels > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .publisherListCarousels > .empty > .text {
      font-size: 1.2rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .publisherListCarousels > .empty > .text {
      font-size: 1.2rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .publisherListCarousels > .empty > .text {
      font-size: 1.2rem;
      line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.categoryItem {
  font-family: "Kanit";
  font-weight: bold;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  outline: 1px solid #f2f2f2; }
  .categoryItem:hover {
    text-decoration: none; }
  .categoryItem > .contentItemLink {
    width: 100%; }
    .categoryItem > .contentItemLink > .contentItemCover {
      margin-bottom: 0.5rem;
      position: relative;
      width: 100%; }
      .categoryItem > .contentItemLink > .contentItemCover > .contentCoverSize {
        width: 100%;
        height: auto;
        z-index: -1; }
      .categoryItem > .contentItemLink > .contentItemCover > .contentImageFrame {
        display: flex;
        justify-content: center;
        align-items: center; }
        .categoryItem > .contentItemLink > .contentItemCover > .contentImageFrame > .discount {
          position: absolute;
          width: 50%;
          height: auto;
          z-index: 999;
          right: -4px;
          max-width: 45.8px;
          top: 0px;
          font-size: 14px;
          color: white;
          text-align: center; }
        .categoryItem > .contentItemLink > .contentItemCover > .contentImageFrame > .contentImage {
          max-width: 100%;
          height: 100%;
          max-height: 200px; }
        .categoryItem > .contentItemLink > .contentItemCover > .contentImageFrame > .contentLogo {
          position: absolute;
          width: 20%;
          height: auto;
          z-index: 4; }
        .categoryItem > .contentItemLink > .contentItemCover > .contentImageFrame > .icon_shop_campaign {
          position: absolute;
          width: 50%;
          height: auto;
          z-index: 4;
          right: -4px;
          max-width: 57.8px;
          top: -9px; }
      .categoryItem > .contentItemLink > .contentItemCover > .contentImage {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        width: auto;
        max-height: 100%;
        height: auto;
        z-index: 1;
        padding: 2px; }
      .categoryItem > .contentItemLink > .contentItemCover .image {
        width: 100%;
        height: 100%; }
      .categoryItem > .contentItemLink > .contentItemCover > .contentIcon {
        position: absolute;
        z-index: 2;
        bottom: 0.5rem;
        right: 0.5rem;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 100%;
        width: 25%;
        max-width: 30px; }
        @media (min-width: 768px) {
          .categoryItem > .contentItemLink > .contentItemCover > .contentIcon {
            max-width: 31px; } }
        @media (min-width: 992px) {
          .categoryItem > .contentItemLink > .contentItemCover > .contentIcon {
            max-width: 33px; } }
        @media (min-width: 1200px) {
          .categoryItem > .contentItemLink > .contentItemCover > .contentIcon {
            max-width: 35px; } }
    .categoryItem > .contentItemLink > .contentItemBody {
      padding: 0 0.5rem 0.5rem 0.5rem;
      width: 100%;
      height: auto; }
      .categoryItem > .contentItemLink > .contentItemBody > .contentName {
        font-size: 1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.6rem;
        height: 1.6rem;
        color: black;
        margin-bottom: 0.2rem; }
        @media (min-width: 576px) {
          .categoryItem > .contentItemLink > .contentItemBody > .contentName {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.6rem;
            height: 1.6rem; } }
        @media (min-width: 768px) {
          .categoryItem > .contentItemLink > .contentItemBody > .contentName {
            font-size: 1.1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.76rem;
            height: 1.76rem; } }
        @media (min-width: 992px) {
          .categoryItem > .contentItemLink > .contentItemBody > .contentName {
            font-size: 1.1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.76rem;
            height: 1.76rem; } }
        @media (min-width: 1200px) {
          .categoryItem > .contentItemLink > .contentItemBody > .contentName {
            font-size: 1.1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.76rem;
            height: 1.76rem; } }
        .categoryItem > .contentItemLink > .contentItemBody > .contentName:last-child {
          margin-bottom: 0; }
      .categoryItem > .contentItemLink > .contentItemBody > .contentDescription {
        color: #7e7e7e;
        margin-bottom: 0.2rem;
        font-size: 14px !important; }
        .categoryItem > .contentItemLink > .contentItemBody > .contentDescription:last-child {
          margin-bottom: 0; }
      .categoryItem > .contentItemLink > .contentItemBody > .contentPriceOriginal {
        font-size: 0.8rem;
        line-height: 1.7;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.36rem;
        height: 1.36rem;
        color: #7e7e7e;
        margin-bottom: 0.2rem;
        font-size: 14px;
        text-decoration: line-through; }
        @media (min-width: 576px) {
          .categoryItem > .contentItemLink > .contentItemBody > .contentPriceOriginal {
            font-size: 0.8rem;
            line-height: 1.7;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.36rem;
            height: 1.36rem; } }
        @media (min-width: 768px) {
          .categoryItem > .contentItemLink > .contentItemBody > .contentPriceOriginal {
            font-size: 0.85rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.36rem;
            height: 1.36rem; } }
        @media (min-width: 992px) {
          .categoryItem > .contentItemLink > .contentItemBody > .contentPriceOriginal {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.44rem;
            height: 1.44rem; } }
        @media (min-width: 1200px) {
          .categoryItem > .contentItemLink > .contentItemBody > .contentPriceOriginal {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.44rem;
            height: 1.44rem; } }
        .categoryItem > .contentItemLink > .contentItemBody > .contentPriceOriginal:last-child {
          margin-bottom: 0; }
      .categoryItem > .contentItemLink > .contentItemBody > .purchaseDate {
        font-size: 0.8rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.28rem;
        color: #7e7e7e;
        margin-bottom: 0.2rem; }
        @media (min-width: 576px) {
          .categoryItem > .contentItemLink > .contentItemBody > .purchaseDate {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.44rem; } }
        @media (min-width: 768px) {
          .categoryItem > .contentItemLink > .contentItemBody > .purchaseDate {
            font-size: 0.95rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.52rem; } }
        @media (min-width: 992px) {
          .categoryItem > .contentItemLink > .contentItemBody > .purchaseDate {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.6rem; } }
        @media (min-width: 1200px) {
          .categoryItem > .contentItemLink > .contentItemBody > .purchaseDate {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.6rem; } }
        .categoryItem > .contentItemLink > .contentItemBody > .purchaseDate:last-child {
          margin-bottom: 0; }
  .categoryItem > .contentItemPrice {
    width: 100%;
    height: auto;
    align-self: flex-end;
    display: flex;
    flex-wrap: wrap; }
    .categoryItem > .contentItemPrice > .contentPrice {
      margin-bottom: 4px;
      width: 100%;
      border-radius: 0;
      padding: 0.5rem; }
      .categoryItem > .contentItemPrice > .contentPrice > .text {
        color: #808080;
        font-size: 14px !important;
        text-decoration: line-through; }
      .categoryItem > .contentItemPrice > .contentPrice > .price {
        color: #e52735;
        font-size: 20px !important; }
      .categoryItem > .contentItemPrice > .contentPrice:last-child {
        margin-bottom: 0; }
      .categoryItem > .contentItemPrice > .contentPrice.comingSoon {
        background-color: transparent !important; }
  .categoryItem > .contentItemFooter {
    width: 100%;
    height: auto;
    align-self: flex-end;
    display: flex;
    flex-wrap: wrap; }
    .categoryItem > .contentItemFooter > .contentPrice {
      display: block;
      background-color: #FFD54C;
      border: 1px solid transparent;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: black;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      margin: 0.5rem; }
      .categoryItem > .contentItemFooter > .contentPrice > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .categoryItem > .contentItemFooter > .contentPrice > .text {
        display: inline-block;
        vertical-align: middle; }
      .categoryItem > .contentItemFooter > .contentPrice:last-child {
        margin-bottom: 0; }
      .categoryItem > .contentItemFooter > .contentPrice.comingSoon {
        background-color: transparent !important; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.categoryListCarousel .slick-slide {
  max-width: 183px !important; }

.categoryListCarousel .contentListCarouselItems {
  height: 100%;
  padding: 0 0.5rem; }
  @media (min-width: 768px) {
    .categoryListCarousel .contentListCarouselItems {
      padding: 0 1rem; } }

.categoryListCarousel > .empty > .text {
  text-align: center;
  color: black;
  font-size: 1.1rem;
  line-height: 1.6; }
  @media (min-width: 576px) {
    .categoryListCarousel > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .categoryListCarousel > .empty > .text {
      font-size: 1.2rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .categoryListCarousel > .empty > .text {
      font-size: 1.2rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .categoryListCarousel > .empty > .text {
      font-size: 1.2rem;
      line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.writerListItems {
  font-family: "Kanit";
  font-weight: bold;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #ffcb30;
  border-radius: 2rem;
  background: #f2f2f2;
  border-color: transparent;
  -webkit-box-shadow: 1px 1px 9px -1px #cfc6cf;
  -moz-box-shadow: 1px 1px 9px -1px #cfc6cf;
  box-shadow: 1px 1px 9px -1px #cfc6cf;
  padding: 4px; }
  .writerListItems:hover {
    text-decoration: none;
    border-bottom: 2px solid white;
    background: #ffcb30;
    color: white; }
  .writerListItems > .contentItemLink {
    width: 100%;
    text-align: center; }
    .writerListItems > .contentItemLink > .contentItemCover {
      margin-bottom: 0.5rem;
      position: relative;
      width: 100%; }
      .writerListItems > .contentItemLink > .contentItemCover > .contentCoverSize {
        width: 100%;
        height: auto;
        z-index: -1; }
      .writerListItems > .contentItemLink > .contentItemCover > .contentImageFrame {
        display: flex;
        justify-content: center;
        align-items: center; }
        .writerListItems > .contentItemLink > .contentItemCover > .contentImageFrame > .discount {
          position: absolute;
          width: 50%;
          height: auto;
          z-index: 999;
          right: -4px;
          max-width: 45.8px;
          top: 0px;
          font-size: 14px;
          color: white;
          text-align: center; }
        .writerListItems > .contentItemLink > .contentItemCover > .contentImageFrame > .contentImage {
          max-width: 100%;
          height: 100%;
          max-height: 200px; }
        .writerListItems > .contentItemLink > .contentItemCover > .contentImageFrame > .contentLogo {
          position: absolute;
          width: 20%;
          height: auto;
          z-index: 4; }
        .writerListItems > .contentItemLink > .contentItemCover > .contentImageFrame > .icon_shop_campaign {
          position: absolute;
          width: 50%;
          height: auto;
          z-index: 4;
          right: -4px;
          max-width: 57.8px;
          top: -9px; }
      .writerListItems > .contentItemLink > .contentItemCover > .contentImage {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        width: auto;
        max-height: 100%;
        height: auto;
        z-index: 1;
        padding: 2px; }
      .writerListItems > .contentItemLink > .contentItemCover .image {
        width: 100%;
        height: 100%; }
      .writerListItems > .contentItemLink > .contentItemCover > .contentIcon {
        position: absolute;
        z-index: 2;
        bottom: 0.5rem;
        right: 0.5rem;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 100%;
        width: 25%;
        max-width: 30px; }
        @media (min-width: 768px) {
          .writerListItems > .contentItemLink > .contentItemCover > .contentIcon {
            max-width: 31px; } }
        @media (min-width: 992px) {
          .writerListItems > .contentItemLink > .contentItemCover > .contentIcon {
            max-width: 33px; } }
        @media (min-width: 1200px) {
          .writerListItems > .contentItemLink > .contentItemCover > .contentIcon {
            max-width: 35px; } }
    .writerListItems > .contentItemLink > .contentItemBody {
      padding: 0 0.5rem 0.5rem 0.5rem;
      width: 100%;
      height: 135px; }
      .writerListItems > .contentItemLink > .contentItemBody > .contentName {
        font-size: 1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.6rem;
        height: 1.6rem;
        color: black;
        margin-bottom: 0.2rem; }
        @media (min-width: 576px) {
          .writerListItems > .contentItemLink > .contentItemBody > .contentName {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.6rem;
            height: 1.6rem; } }
        @media (min-width: 768px) {
          .writerListItems > .contentItemLink > .contentItemBody > .contentName {
            font-size: 1.1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.76rem;
            height: 1.76rem; } }
        @media (min-width: 992px) {
          .writerListItems > .contentItemLink > .contentItemBody > .contentName {
            font-size: 1.1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.76rem;
            height: 1.76rem; } }
        @media (min-width: 1200px) {
          .writerListItems > .contentItemLink > .contentItemBody > .contentName {
            font-size: 1.1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.76rem;
            height: 1.76rem; } }
        .writerListItems > .contentItemLink > .contentItemBody > .contentName:last-child {
          margin-bottom: 0; }
      .writerListItems > .contentItemLink > .contentItemBody > .contentDescription {
        color: #7e7e7e;
        margin-bottom: 0.2rem;
        font-size: 14px !important; }
        .writerListItems > .contentItemLink > .contentItemBody > .contentDescription:last-child {
          margin-bottom: 0; }
      .writerListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal {
        font-size: 0.8rem;
        line-height: 1.7;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.36rem;
        height: 1.36rem;
        color: #7e7e7e;
        margin-bottom: 0.2rem;
        font-size: 14px;
        text-decoration: line-through; }
        @media (min-width: 576px) {
          .writerListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal {
            font-size: 0.8rem;
            line-height: 1.7;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.36rem;
            height: 1.36rem; } }
        @media (min-width: 768px) {
          .writerListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal {
            font-size: 0.85rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.36rem;
            height: 1.36rem; } }
        @media (min-width: 992px) {
          .writerListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.44rem;
            height: 1.44rem; } }
        @media (min-width: 1200px) {
          .writerListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.44rem;
            height: 1.44rem; } }
        .writerListItems > .contentItemLink > .contentItemBody > .contentPriceOriginal:last-child {
          margin-bottom: 0; }
      .writerListItems > .contentItemLink > .contentItemBody > .purchaseDate {
        font-size: 0.8rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 1;
        max-height: 1.28rem;
        color: #7e7e7e;
        margin-bottom: 0.2rem; }
        @media (min-width: 576px) {
          .writerListItems > .contentItemLink > .contentItemBody > .purchaseDate {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.44rem; } }
        @media (min-width: 768px) {
          .writerListItems > .contentItemLink > .contentItemBody > .purchaseDate {
            font-size: 0.95rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.52rem; } }
        @media (min-width: 992px) {
          .writerListItems > .contentItemLink > .contentItemBody > .purchaseDate {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.6rem; } }
        @media (min-width: 1200px) {
          .writerListItems > .contentItemLink > .contentItemBody > .purchaseDate {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.6rem; } }
        .writerListItems > .contentItemLink > .contentItemBody > .purchaseDate:last-child {
          margin-bottom: 0; }
  .writerListItems > .contentItemPrice {
    width: 100%;
    height: auto;
    align-self: flex-end;
    display: flex;
    flex-wrap: wrap; }
    .writerListItems > .contentItemPrice > .contentPrice {
      margin-bottom: 4px;
      width: 100%;
      border-radius: 0;
      padding: 0.5rem; }
      .writerListItems > .contentItemPrice > .contentPrice > .text {
        color: #808080;
        font-size: 14px !important;
        text-decoration: line-through; }
      .writerListItems > .contentItemPrice > .contentPrice > .price {
        color: #e52735;
        font-size: 20px !important; }
      .writerListItems > .contentItemPrice > .contentPrice:last-child {
        margin-bottom: 0; }
      .writerListItems > .contentItemPrice > .contentPrice.comingSoon {
        background-color: transparent !important; }
  .writerListItems > .contentItemFooter {
    width: 100%;
    height: auto;
    align-self: flex-end;
    display: flex;
    flex-wrap: wrap; }
    .writerListItems > .contentItemFooter > .contentPrice {
      display: block;
      background-color: #FFD54C;
      border: 1px solid transparent;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: black;
      margin-bottom: 4px;
      width: 100%;
      border-radius: 3rem;
      margin: 0.5rem; }
      .writerListItems > .contentItemFooter > .contentPrice > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .writerListItems > .contentItemFooter > .contentPrice > .text {
        display: inline-block;
        vertical-align: middle; }
      .writerListItems > .contentItemFooter > .contentPrice:last-child {
        margin-bottom: 0; }
      .writerListItems > .contentItemFooter > .contentPrice.comingSoon {
        background-color: transparent !important; }

.magazinePricePopup {
  background-color: white;
  border-radius: 0.3rem;
  text-align: center;
  padding: 1rem; }
  .magazinePricePopup > .magazinePricePopupBody {
    color: black; }
    .magazinePricePopup > .magazinePricePopupBody > .magazinePriceItem {
      display: block;
      background-color: transparent;
      border: 1px solid black;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 0.5rem;
      border-radius: 0.2rem;
      color: black;
      padding: 0.5rem;
      margin-bottom: 0.5rem; }
      .magazinePricePopup > .magazinePricePopupBody > .magazinePriceItem > .icon {
        display: inline-block;
        height: 15px;
        margin-right: 4px; }
      .magazinePricePopup > .magazinePricePopupBody > .magazinePriceItem > .text {
        display: inline-block;
        vertical-align: middle; }
      .magazinePricePopup > .magazinePricePopupBody > .magazinePriceItem:hover {
        background-color: #FFD54C; }
      .magazinePricePopup > .magazinePricePopupBody > .magazinePriceItem:last-of-type {
        margin-bottom: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.writerListCarousels .slick-slide {
  max-width: 183px !important;
  width: 183px !important; }

.writerListCarousels .writerListCarouselItems {
  height: 100%;
  padding: 0 0.5rem; }
  @media (min-width: 768px) {
    .writerListCarousels .writerListCarouselItems {
      padding: 0 1rem; } }

.writerListCarousels > .empty > .text {
  text-align: center;
  color: black;
  font-size: 1.1rem;
  line-height: 1.6; }
  @media (min-width: 576px) {
    .writerListCarousels > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .writerListCarousels > .empty > .text {
      font-size: 1.2rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .writerListCarousels > .empty > .text {
      font-size: 1.2rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .writerListCarousels > .empty > .text {
      font-size: 1.2rem;
      line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.communityItemInfo {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%; }
  .communityItemInfo:hover {
    text-decoration: none; }
  .communityItemInfo > .communityItemCover {
    margin-bottom: 1rem;
    position: relative;
    width: 100%; }
    .communityItemInfo > .communityItemCover > .communityCoverSize {
      width: 100%;
      height: auto;
      z-index: -1; }
    .communityItemInfo > .communityItemCover > .communityCoverImage {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 100%;
      width: auto;
      max-height: 100%;
      height: auto;
      z-index: 1; }
  .communityItemInfo .contentName {
    align-self: flex-start;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: black;
    margin-bottom: 0.3rem;
    font-size: 1rem;
    line-height: 1.6;
    word-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    -webkit-line-clamp: 2;
    max-height: 3.2rem; }
    @media (min-width: 576px) {
      .communityItemInfo .contentName {
        font-size: 1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 2;
        max-height: 3.2rem; } }
    @media (min-width: 768px) {
      .communityItemInfo .contentName {
        font-size: 1.1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 2;
        max-height: 3.52rem; } }
    @media (min-width: 992px) {
      .communityItemInfo .contentName {
        font-size: 1.1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 2;
        max-height: 3.52rem; } }
    @media (min-width: 1200px) {
      .communityItemInfo .contentName {
        font-size: 1.1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 2;
        max-height: 3.52rem; } }
  .communityItemInfo > .contentDescription {
    align-self: flex-end;
    width: 100%;
    text-align: center;
    color: #313131;
    font-size: 0.8rem;
    line-height: 1.6;
    word-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    -webkit-line-clamp: 2;
    max-height: 2.56rem; }
    @media (min-width: 576px) {
      .communityItemInfo > .contentDescription {
        font-size: 0.9rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 2;
        max-height: 2.88rem; } }
    @media (min-width: 768px) {
      .communityItemInfo > .contentDescription {
        font-size: 0.95rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 2;
        max-height: 3.04rem; } }
    @media (min-width: 992px) {
      .communityItemInfo > .contentDescription {
        font-size: 1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 2;
        max-height: 3.2rem; } }
    @media (min-width: 1200px) {
      .communityItemInfo > .contentDescription {
        font-size: 1rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 2;
        max-height: 3.2rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.communityList > .communityListItem {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem; }

.communityList > .empty > .text {
  text-align: center;
  color: black;
  font-size: 1rem;
  line-height: 1.6; }
  @media (min-width: 576px) {
    .communityList > .empty > .text {
      font-size: 1rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .communityList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .communityList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .communityList > .empty > .text {
      font-size: 1.1rem;
      line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.homeOokbee {
  background-color: #f5f5f5;
  padding-bottom: 38rem !important; }

@media (max-width: 767px) {
  .homeOokbee {
    padding-bottom: 34rem !important; } }

.home .home__banner-sale-box {
  padding-top: 1rem;
  padding: 16px; }
  .home .home__banner-sale-box img {
    width: 100%; }

.home .specialPrice {
  margin-top: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .home .specialPrice .cover {
    padding: 1rem; }
    .home .specialPrice .cover .icon {
      width: 100%;
      height: auto; }

.home .contentBannerItem .icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%; }

.home .contentPromotion {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .home .contentPromotion .cover {
    padding-top: 1rem; }
    .home .contentPromotion .cover .icon {
      max-width: 100%;
      width: 100%; }

.home .contentReceipt {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .home .contentReceipt .home__banner-sale-box {
    padding: 16px; }
    .home .contentReceipt .home__banner-sale-box img {
      width: 100%; }

.home .homeActivity {
  padding-top: 1rem;
  font-family: "Kanit";
  text-align: center; }
  .home .homeActivity .activity {
    font-weight: bold;
    font-size: 28px; }
    .home .homeActivity .activity .icon {
      max-width: 72px;
      max-height: 72px;
      width: 100%; }
  .home .homeActivity .stopSale {
    float: right;
    font-weight: bold;
    font-size: 18px;
    padding-top: 1rem; }
  @media (max-width: 767px) {
    .home .homeActivity .flashSale {
      font-size: 18px; }
      .home .homeActivity .flashSale .icon {
        max-width: 42px;
        max-height: 42px;
        width: 100%; }
    .home .homeActivity .stopSale {
      font-size: 14px;
      padding-top: 0.5rem; } }

.home .homeActivityFooter {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .home .homeActivityFooter .seeAll {
    display: block;
    background-color: transparent;
    border: 2px solid black;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: black;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 2rem;
    width: 190px;
    font-weight: bold; }

.home .homeWriterActivity {
  padding-top: 1rem;
  font-family: "Kanit";
  text-align: center; }
  .home .homeWriterActivity .activity {
    font-weight: bold;
    font-size: 28px; }
    .home .homeWriterActivity .activity .icon {
      max-width: 72px;
      max-height: 72px;
      width: 100%; }
  .home .homeWriterActivity .stopSale {
    float: right;
    font-weight: bold;
    font-size: 18px;
    padding-top: 1rem; }
  @media (max-width: 767px) {
    .home .homeWriterActivity .flashSale {
      font-size: 18px; }
      .home .homeWriterActivity .flashSale .icon {
        max-width: 42px;
        max-height: 42px;
        width: 100%; }
    .home .homeWriterActivity .stopSale {
      font-size: 14px;
      padding-top: 0.5rem; } }

.home .homeSectionTitle {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: bold;
  font-family: "Kanit";
  background-color: dimgray;
  color: white; }
  @media (min-width: 576px) {
    .home .homeSectionTitle {
      font-size: 1.7rem;
      line-height: 1.6; } }
  @media (min-width: 768px) {
    .home .homeSectionTitle {
      font-size: 1.8rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    .home .homeSectionTitle {
      font-size: 1.8rem;
      line-height: 1.6; } }
  @media (min-width: 1200px) {
    .home .homeSectionTitle {
      font-size: 1.8rem;
      line-height: 1.6; } }

.home .homeContentFrame {
  margin-bottom: 1.5rem; }
  .home .homeContentFrame .homeContentHeader {
    font-family: "Kanit";
    font-size: 1.4rem;
    line-height: 1.6;
    border-bottom: 0.9px solid black;
    margin-bottom: 1rem; }
    @media (min-width: 576px) {
      .home .homeContentFrame .homeContentHeader {
        font-size: 1.4rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .home .homeContentFrame .homeContentHeader {
        font-size: 1.5rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .home .homeContentFrame .homeContentHeader {
        font-size: 1.5rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .home .homeContentFrame .homeContentHeader {
        font-size: 1.5rem;
        line-height: 1.6; } }
  .home .homeContentFrame .homeLink {
    display: block;
    background-color: white;
    border: 1px solid black;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: black;
    font-size: 0.8rem;
    line-height: 1.6; }
    .home .homeContentFrame .homeLink > .icon {
      display: inline-block;
      height: 15px;
      margin-right: 4px; }
    .home .homeContentFrame .homeLink > .text {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 576px) {
      .home .homeContentFrame .homeLink {
        font-size: 0.9rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .home .homeContentFrame .homeLink {
        font-size: 0.95rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .home .homeContentFrame .homeLink {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .home .homeContentFrame .homeLink {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .home .homeContentFrame .homeLink {
        border: 0;
        display: block;
        background-color: transparent;
        border: 1px solid transparent;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        padding: 0.5rem;
        border-radius: 0.2rem;
        color: black; }
        .home .homeContentFrame .homeLink > .icon {
          display: inline-block;
          height: 15px;
          margin-right: 4px; }
        .home .homeContentFrame .homeLink > .text {
          display: inline-block;
          vertical-align: middle; } }

#pinto-popup-content {
  padding: 0.75rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.ContentBanner {
  font-family: "Kanit";
  background-color: #ffd54c;
  padding: 2rem;
  margin-top: 1rem; }
  .ContentBanner .banner {
    float: right;
    font-size: 50px;
    text-align: center;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .ContentBanner .icon {
    max-width: 200px;
    width: 100%; }
  @media (max-width: 767px) {
    .ContentBanner .banner {
      float: none;
      font-size: 16px; }
    .ContentBanner .icon {
      margin-left: auto;
      margin-right: auto;
      display: block; } }

.contentBanner {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .contentBanner .icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.contentBannerItem {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .contentBannerItem .icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.homeFlashSale {
  padding-top: 1rem;
  font-family: "Kanit"; }
  .homeFlashSale .flashSale {
    font-weight: bold;
    font-size: 28px; }
    .homeFlashSale .flashSale .icon {
      max-width: 72px;
      max-height: 72px;
      width: 100%; }
  .homeFlashSale .stopSale {
    float: right;
    font-weight: bold;
    font-size: 18px;
    padding-top: 1rem;
    padding-right: 0.5rem; }
    .homeFlashSale .stopSale .downTime {
      padding: 0.7rem;
      background: #707070;
      color: white;
      padding-top: 0.2rem;
      padding-bottom: 0.2rem; }
      .homeFlashSale .stopSale .downTime .time {
        width: 38px;
        text-align: center; }
  @media (max-width: 767px) {
    .homeFlashSale .flashSale {
      font-size: 18px; }
      .homeFlashSale .flashSale .icon {
        max-width: 42px;
        max-height: 42px;
        width: 100%; }
    .homeFlashSale .stopSale {
      font-size: 14px;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; } }
  .homeFlashSale .link {
    float: right;
    padding-top: 0.2rem; }
    @media (min-width: 768px) {
      .homeFlashSale .link {
        float: right;
        padding-top: 1.5rem; } }
  .homeFlashSale .links {
    float: right;
    padding-top: 0rem; }
    @media (min-width: 768px) {
      .homeFlashSale .links {
        float: right; } }
    .homeFlashSale .links .seeAll {
      padding-top: 0.5rem; }
      @media (max-width: 767.98px) {
        .homeFlashSale .links .seeAll {
          padding-top: 0rem; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.shopCategoryFrame {
  padding-top: 1rem;
  margin-bottom: 1rem; }
  .shopCategoryFrame > .shopCategoryFrameHeader {
    font-family: "Kanit";
    border-bottom: 2px solid #FFD54C;
    margin-bottom: 1rem; }
    .shopCategoryFrame > .shopCategoryFrameHeader > .subCategoryTitle {
      font-size: 1.1rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .subCategoryTitle {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .subCategoryTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .subCategoryTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .subCategoryTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
    .shopCategoryFrame > .shopCategoryFrameHeader > .categoryTitle {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .categoryTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .categoryTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .categoryTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .categoryTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }

.categoryListBook {
  font-family: "Kanit"; }
  .categoryListBook.noCarousel {
    padding: 0 16px; }
    .categoryListBook.noCarousel .categoryListItem {
      max-width: calc(100%/2); }
      @media (min-width: 576px) {
        .categoryListBook.noCarousel .categoryListItem {
          max-width: calc(100%/2); } }
      @media (min-width: 768px) {
        .categoryListBook.noCarousel .categoryListItem {
          max-width: calc(100%/4); } }
      @media (min-width: 992px) {
        .categoryListBook.noCarousel .categoryListItem {
          max-width: calc(100%/6); } }
      @media (min-width: 1200px) {
        .categoryListBook.noCarousel .categoryListItem {
          max-width: calc(100%/7); } }
  .categoryListBook .categoryListItem {
    width: 100%;
    height: auto;
    padding: 0 0.5rem; }
    .categoryListBook .categoryListItem .categoryItemLink {
      width: 100%;
      height: 100%;
      display: block;
      cursor: pointer;
      position: relative; }
      .categoryListBook .categoryListItem .categoryItemLink:hover {
        text-decoration: none; }
      .categoryListBook .categoryListItem .categoryItemLink .cover {
        background: white;
        padding: 3px; }
        .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemCover {
          position: relative;
          width: 100%;
          top: -5px; }
          .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemCover .cover_icon_shop_campaign {
            position: absolute;
            width: 60%;
            height: auto;
            z-index: 4;
            top: -9px;
            left: -19px; }
          .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemCover > .catagoryCoverSize {
            width: 100%;
            height: auto; }
          .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemCover > .categoryImage {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 100%;
            width: auto;
            max-height: 100%;
            height: auto;
            z-index: 1;
            box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px white, 0.3em 0.3em 1em rgba(0, 0, 0, 0.3); }
          .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemCover > .contentIcon {
            position: absolute;
            z-index: 2;
            bottom: 0.9rem;
            right: 0.5rem;
            background-color: rgba(0, 0, 0, 0.7);
            border-radius: 100%;
            width: 25%;
            max-width: 30px; }
            @media (min-width: 768px) {
              .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemCover > .contentIcon {
                max-width: 31px; } }
            @media (min-width: 992px) {
              .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemCover > .contentIcon {
                max-width: 33px; } }
            @media (min-width: 1200px) {
              .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemCover > .contentIcon {
                max-width: 35px; } }
        .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemName {
          bottom: 0;
          left: 0;
          z-index: 3;
          font-size: 0.8rem;
          line-height: 1.6;
          word-wrap: break-word;
          word-break: break-word;
          overflow: hidden;
          -webkit-line-clamp: 2;
          max-height: 2.56rem;
          color: black;
          font-weight: bold;
          width: 100%; }
          @media (min-width: 576px) {
            .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemName {
              font-size: 0.9rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 2;
              max-height: 2.88rem; } }
          @media (min-width: 768px) {
            .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemName {
              font-size: 0.95rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 2;
              max-height: 3.04rem; } }
          @media (min-width: 992px) {
            .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemName {
              font-size: 1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 2;
              max-height: 3.2rem; } }
          @media (min-width: 1200px) {
            .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemName {
              font-size: 1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 2;
              max-height: 3.2rem; } }
          .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock {
            width: 100%;
            border-radius: 0 0 0.3rem 0.3rem;
            background: white;
            opacity: 0.7;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            height: 35px; }
            @media (min-width: 768px) {
              .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock {
                height: 40px; } }
            @media (min-width: 992px) {
              .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock {
                height: 45px; } }
            .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
              padding-left: 0.3rem;
              padding-right: 0.3rem; }
              @media (min-width: 576px) {
                .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
                  padding-left: .4rem;
                  padding-right: .4rem; } }
              @media (min-width: 768px) {
                .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
                  padding-left: .5rem;
                  padding-right: .5rem; } }
              @media (min-width: 992px) {
                .categoryListBook .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
                  bottom: .3rem;
                  padding-left: .5rem;
                  padding-right: .5rem; } }
        .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody {
          padding: 0 0.5rem 0.5rem 0.5rem;
          width: 100%;
          height: 68px;
          font-weight: bold; }
          .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
            color: black;
            margin-bottom: 0.2rem; }
            .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName:last-child {
              margin-bottom: 0; }
          .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody > .contentDescription {
            color: #7e7e7e;
            margin-bottom: 0.2rem;
            font-size: 14px !important;
            font-weight: normal; }
            .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody > .contentDescription:last-child {
              margin-bottom: 0; }
          .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
            font-size: 0.8rem;
            line-height: 1.7;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.36rem;
            height: 1.36rem;
            color: #7e7e7e;
            margin-bottom: 0.2rem;
            font-size: 14px;
            text-decoration: line-through; }
            @media (min-width: 576px) {
              .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
                font-size: 0.8rem;
                line-height: 1.7;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.36rem;
                height: 1.36rem; } }
            @media (min-width: 768px) {
              .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
                font-size: 0.85rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.36rem;
                height: 1.36rem; } }
            @media (min-width: 992px) {
              .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
                font-size: 0.9rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.44rem;
                height: 1.44rem; } }
            @media (min-width: 1200px) {
              .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
                font-size: 0.9rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.44rem;
                height: 1.44rem; } }
            .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal:last-child {
              margin-bottom: 0; }
          .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
            font-size: 0.8rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.28rem;
            color: #7e7e7e;
            margin-bottom: 0.2rem; }
            @media (min-width: 576px) {
              .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
                font-size: 0.9rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.44rem; } }
            @media (min-width: 768px) {
              .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
                font-size: 0.95rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.52rem; } }
            @media (min-width: 992px) {
              .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
                font-size: 1rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.6rem; } }
            @media (min-width: 1200px) {
              .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
                font-size: 1rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.6rem; } }
            .categoryListBook .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate:last-child {
              margin-bottom: 0; }
        .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemPrice {
          font-weight: bold;
          width: 100%;
          height: auto;
          align-self: flex-end;
          display: flex;
          flex-wrap: wrap; }
          .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice {
            margin-bottom: 4px;
            width: 100%;
            border-radius: 0;
            padding: 0.5rem; }
            .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice > .text {
              font-weight: normal;
              color: #808080;
              font-size: 14px !important;
              text-decoration: line-through; }
            .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice > .texts {
              font-weight: normal;
              color: transparent;
              font-size: 14px !important; }
            .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice > .price {
              color: #e52735;
              font-size: 20px !important; }
            .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice:last-child {
              margin-bottom: 0; }
            .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice.comingSoon {
              background-color: transparent !important; }
        .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemFooter {
          width: 100%;
          height: auto;
          align-self: flex-end;
          display: flex;
          flex-wrap: wrap; }
          .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice {
            display: block;
            background-color: #FFD54C;
            border: 1px solid transparent;
            cursor: pointer;
            text-align: center;
            text-decoration: none;
            outline: none;
            padding: 0.5rem;
            border-radius: 0.2rem;
            color: black;
            margin-bottom: 4px;
            width: 100%;
            border-radius: 3rem;
            margin: 0.5rem; }
            .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice > .icon {
              display: inline-block;
              height: 15px;
              margin-right: 4px; }
            .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice > .text {
              display: inline-block;
              vertical-align: middle; }
            .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice:last-child {
              margin-bottom: 0; }
            .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice.comingSoon {
              background-color: transparent !important; }
          .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentSoldOut {
            display: block;
            background-color: lightgrey;
            border: 1px solid transparent;
            cursor: pointer;
            text-align: center;
            text-decoration: none;
            outline: none;
            padding: 0.5rem;
            border-radius: 0.2rem;
            color: black;
            margin-bottom: 4px;
            width: 100%;
            border-radius: 3rem;
            margin: 0.5rem; }
            .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentSoldOut > .icon {
              display: inline-block;
              height: 15px;
              margin-right: 4px; }
            .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentSoldOut > .text {
              display: inline-block;
              vertical-align: middle; }
            .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentSoldOut:last-child {
              margin-bottom: 0; }
            .categoryListBook .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentSoldOut.comingSoon {
              background-color: transparent !important; }
        .categoryListBook .categoryListItem .categoryItemLink .cover .contentFlashSale {
          height: 80px; }
          .categoryListBook .categoryListItem .categoryItemLink .cover .contentFlashSale .contentStock {
            margin: 0.5rem 1rem;
            width: 80%;
            font-size: 14px; }
            .categoryListBook .categoryListItem .categoryItemLink .cover .contentFlashSale .contentStock .stock .text .stockNum.red {
              color: #ff5151; }
            .categoryListBook .categoryListItem .categoryItemLink .cover .contentFlashSale .contentStock .stock .text .stockNum.yellow {
              color: #FFD54C; }
            .categoryListBook .categoryListItem .categoryItemLink .cover .contentFlashSale .contentStock .stock .text .stockNum.green {
              color: #006f05; }
        .categoryListBook .categoryListItem .categoryItemLink .cover .contentImageFrame {
          display: flex;
          justify-content: center;
          align-items: center; }
          .categoryListBook .categoryListItem .categoryItemLink .cover .contentImageFrame > .discount {
            position: absolute;
            width: 50%;
            height: auto;
            z-index: 500;
            right: -7px;
            max-width: 45.8px;
            top: 15px;
            font-size: 14px;
            color: white;
            text-align: center; }
          .categoryListBook .categoryListItem .categoryItemLink .cover .contentImageFrame > .contentImage {
            max-width: 100%;
            height: 100%;
            max-height: 200px; }
          .categoryListBook .categoryListItem .categoryItemLink .cover .contentImageFrame > .contentLogo {
            position: absolute;
            width: 20%;
            height: auto;
            z-index: 4; }
          .categoryListBook .categoryListItem .categoryItemLink .cover .contentImageFrame > .icon_shop_campaign {
            position: absolute;
            width: 50%;
            height: auto;
            z-index: 4;
            right: -11px;
            max-width: 57.8px;
            top: -3px; }

.fontweight {
  font-weight: bold; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.contentFrame > .header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between; }
  .contentFrame > .header > .title {
    font-size: 1.7rem;
    line-height: 1.6;
    font-weight: bold; }
    @media (min-width: 576px) {
      .contentFrame > .header > .title {
        font-size: 1.7rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .contentFrame > .header > .title {
        font-size: 1.8rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .contentFrame > .header > .title {
        font-size: 1.8rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .contentFrame > .header > .title {
        font-size: 1.8rem;
        line-height: 1.6; } }
  .contentFrame > .header > .link {
    font-size: 1rem;
    line-height: 1.6;
    float: right;
    display: block;
    width: 100%; }
    @media (min-width: 576px) {
      .contentFrame > .header > .link {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .contentFrame > .header > .link {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .contentFrame > .header > .link {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .contentFrame > .header > .link {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .contentFrame > .header > .link {
        width: auto; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.clockFlashSale {
  font-family: "Kanit";
  margin-top: 1.2rem; }
  .clockFlashSale .clockSale {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .clockFlashSale .clockSale .stopTime {
      color: #e52735; }
      .clockFlashSale .clockSale .stopTime .downTime .time {
        width: 15px;
        text-align: center; }
    .clockFlashSale .clockSale .daysText.red {
      color: #ff5151; }
    .clockFlashSale .clockSale .daysText.yellow {
      color: #fdb903; }
    .clockFlashSale .clockSale .daysText.green {
      color: #006f05; }
    .clockFlashSale .clockSale .daysText .days {
      width: 10px;
      text-align: center; }
  @media (max-width: 1200px) {
    .clockFlashSale .flashSale {
      font-size: 18px; }
      .clockFlashSale .flashSale .icon {
        max-width: 42px;
        max-height: 42px;
        width: 100%; }
    .clockFlashSale .stopSale .downTime {
      background: #707070;
      color: white; }
      .clockFlashSale .stopSale .downTime .time {
        text-align: center; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.homeBestSeller {
  padding-top: 1rem;
  font-family: "Kanit"; }
  .homeBestSeller .flashSale {
    font-weight: bold;
    font-size: 28px; }
    .homeBestSeller .flashSale .icon {
      max-width: 72px;
      max-height: 72px;
      width: 100%; }
  .homeBestSeller .stopSale {
    float: right;
    font-weight: bold;
    font-size: 18px;
    padding-top: 1rem; }
    .homeBestSeller .stopSale .downTime {
      padding: 0.7rem;
      background: #707070;
      color: white;
      padding-top: 0.2rem;
      padding-bottom: 0.2rem; }
  @media (max-width: 767px) {
    .homeBestSeller .flashSale {
      font-size: 18px; }
      .homeBestSeller .flashSale .icon {
        max-width: 42px;
        max-height: 42px;
        width: 100%; }
    .homeBestSeller .stopSale {
      font-size: 14px;
      padding-top: 0.5rem; } }
  .homeBestSeller .link {
    float: right;
    padding-top: 0.5rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.homeOnlyOokbee {
  padding-top: 1rem;
  font-family: "Kanit"; }
  .homeOnlyOokbee .flashSale {
    font-weight: bold;
    font-size: 28px; }
    .homeOnlyOokbee .flashSale .icon {
      max-width: 72px;
      max-height: 72px;
      width: 100%; }
  .homeOnlyOokbee .stopSale {
    float: right;
    font-weight: bold;
    font-size: 18px;
    padding-top: 1rem; }
    .homeOnlyOokbee .stopSale .downTime {
      padding: 0.7rem;
      background: #707070;
      color: white;
      padding-top: 0.2rem;
      padding-bottom: 0.2rem; }
  @media (max-width: 767px) {
    .homeOnlyOokbee .flashSale {
      font-size: 18px; }
      .homeOnlyOokbee .flashSale .icon {
        max-width: 42px;
        max-height: 42px;
        width: 100%; }
    .homeOnlyOokbee .stopSale {
      font-size: 14px;
      padding-top: 0.5rem; } }
  .homeOnlyOokbee .link {
    float: right;
    padding-top: 0.5rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.homeClearanceSale {
  padding-top: 1rem;
  font-family: "Kanit"; }
  .homeClearanceSale .flashSale {
    font-weight: bold;
    font-size: 28px; }
    .homeClearanceSale .flashSale .icon {
      max-width: 72px;
      max-height: 72px;
      width: 100%; }
  .homeClearanceSale .stopSale {
    float: right;
    font-weight: bold;
    font-size: 18px;
    padding-top: 1rem; }
    .homeClearanceSale .stopSale .downTime {
      padding: 0.7rem;
      background: #707070;
      color: white;
      padding-top: 0.2rem;
      padding-bottom: 0.2rem; }
  @media (max-width: 767px) {
    .homeClearanceSale .flashSale {
      font-size: 18px; }
      .homeClearanceSale .flashSale .icon {
        max-width: 42px;
        max-height: 42px;
        width: 100%; }
    .homeClearanceSale .stopSale {
      font-size: 14px;
      padding-top: 0.5rem; } }
  .homeClearanceSale .link {
    float: right;
    padding-top: 0.5rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.ContentPromotion {
  font-family: "Kanit";
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem; }
  .ContentPromotion .banner {
    font-size: 50px;
    text-align: center;
    display: block;
    position: relative;
    top: 50%;
    background-color: black; }
  .ContentPromotion .application {
    background-color: orange;
    font-size: 50px;
    text-align: center;
    display: block;
    position: relative;
    top: 50%; }
  @media (max-width: 767px) {
    .ContentPromotion .banner {
      font-size: 16px; }
    .ContentPromotion .application {
      font-size: 16px; } }
  .ContentPromotion .icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 200px;
    width: 100%; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.homePublisher {
  padding-top: 1rem;
  font-family: "Kanit";
  text-align: center; }
  .homePublisher .flashSale {
    font-weight: bold;
    font-size: 28px; }
    .homePublisher .flashSale .icon {
      max-width: 72px;
      max-height: 72px;
      width: 100%; }
  .homePublisher .stopSale {
    float: right;
    font-weight: bold;
    font-size: 18px;
    padding-top: 1rem; }
    .homePublisher .stopSale .downTime {
      padding: 0.7rem;
      background: #707070;
      color: white;
      padding-top: 0.2rem;
      padding-bottom: 0.2rem; }
  @media (max-width: 767px) {
    .homePublisher .flashSale {
      font-size: 18px; }
      .homePublisher .flashSale .icon {
        max-width: 42px;
        max-height: 42px;
        width: 100%; }
    .homePublisher .stopSale {
      font-size: 14px;
      padding-top: 0.5rem; } }

.homePublisherFooter {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .homePublisherFooter .seeAll {
    display: block;
    background-color: transparent;
    border: 2px solid black;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: black;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 2rem;
    width: 190px;
    font-weight: bold; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.shopCategoryFrame {
  padding-top: 1rem;
  margin-bottom: 1rem; }
  .shopCategoryFrame > .shopCategoryFrameHeader {
    font-family: "Kanit";
    border-bottom: 2px solid #FFD54C;
    margin-bottom: 1rem; }
    .shopCategoryFrame > .shopCategoryFrameHeader > .subCategoryTitle {
      font-size: 1.1rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .subCategoryTitle {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .subCategoryTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .subCategoryTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .subCategoryTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
    .shopCategoryFrame > .shopCategoryFrameHeader > .categoryTitle {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .categoryTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .categoryTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .categoryTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .categoryTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }

.publisherList {
  font-family: "Kanit"; }
  .publisherList.noCarousel {
    padding: 0 16px; }
    .publisherList.noCarousel .categoryListItem {
      max-width: calc(100%/2); }
      @media (min-width: 576px) {
        .publisherList.noCarousel .categoryListItem {
          max-width: calc(100%/2); } }
      @media (min-width: 768px) {
        .publisherList.noCarousel .categoryListItem {
          max-width: calc(100%/4); } }
      @media (min-width: 992px) {
        .publisherList.noCarousel .categoryListItem {
          max-width: calc(100%/6); } }
      @media (min-width: 1200px) {
        .publisherList.noCarousel .categoryListItem {
          max-width: calc(100%/7); } }
  .publisherList .categoryListItem {
    width: 100%;
    height: auto;
    padding: 0 0.5rem; }
    .publisherList .categoryListItem .categoryItemLink {
      width: 100%;
      height: 100%;
      display: block;
      cursor: pointer;
      position: relative; }
      .publisherList .categoryListItem .categoryItemLink:hover {
        text-decoration: none; }
      .publisherList .categoryListItem .categoryItemLink .cover > .categoryItemCover {
        position: relative;
        width: 100%;
        border-radius: 0.2rem; }
        .publisherList .categoryListItem .categoryItemLink .cover > .categoryItemCover > .catagoryCoverSize {
          width: 100%;
          height: auto; }
        .publisherList .categoryListItem .categoryItemLink .cover > .categoryItemCover > .categoryImage {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-width: 100%;
          width: auto;
          max-height: 100%;
          height: auto;
          z-index: 1;
          border-radius: 0.3rem; }
        .publisherList .categoryListItem .categoryItemLink .cover > .categoryItemCover .categoryName {
          text-align: center; }
      .publisherList .categoryListItem .categoryItemLink .cover > .categoryItemName {
        bottom: 0;
        left: 0;
        z-index: 3;
        font-size: 0.8rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 2;
        max-height: 2.56rem;
        color: black;
        font-weight: bold;
        width: 100%; }
        @media (min-width: 576px) {
          .publisherList .categoryListItem .categoryItemLink .cover > .categoryItemName {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 2.88rem; } }
        @media (min-width: 768px) {
          .publisherList .categoryListItem .categoryItemLink .cover > .categoryItemName {
            font-size: 0.95rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 3.04rem; } }
        @media (min-width: 992px) {
          .publisherList .categoryListItem .categoryItemLink .cover > .categoryItemName {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 3.2rem; } }
        @media (min-width: 1200px) {
          .publisherList .categoryListItem .categoryItemLink .cover > .categoryItemName {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 3.2rem; } }
        .publisherList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock {
          width: 100%;
          border-radius: 0 0 0.3rem 0.3rem;
          opacity: 0.7;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          height: 35px; }
          @media (min-width: 768px) {
            .publisherList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock {
              height: 40px; } }
          @media (min-width: 992px) {
            .publisherList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock {
              height: 45px; } }
          .publisherList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
            padding-left: 0.3rem;
            padding-right: 0.3rem; }
            @media (min-width: 576px) {
              .publisherList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
                padding-left: .4rem;
                padding-right: .4rem; } }
            @media (min-width: 768px) {
              .publisherList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
                padding-left: .5rem;
                padding-right: .5rem; } }
            @media (min-width: 992px) {
              .publisherList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
                bottom: .3rem;
                padding-left: .5rem;
                padding-right: .5rem; } }
      .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody {
        padding: 0 0.5rem 0.5rem 0.5rem;
        width: 100%;
        height: 120px;
        font-weight: bold; }
        .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
          font-size: 1rem;
          line-height: 1.6;
          word-wrap: break-word;
          word-break: break-word;
          overflow: hidden;
          -webkit-line-clamp: 1;
          max-height: 1.6rem;
          height: 1.6rem;
          color: black;
          margin-bottom: 0.2rem; }
          @media (min-width: 576px) {
            .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
              font-size: 1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.6rem;
              height: 1.6rem; } }
          @media (min-width: 768px) {
            .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
              font-size: 1.1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.76rem;
              height: 1.76rem; } }
          @media (min-width: 992px) {
            .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
              font-size: 1.1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.76rem;
              height: 1.76rem; } }
          @media (min-width: 1200px) {
            .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
              font-size: 1.1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.76rem;
              height: 1.76rem; } }
          .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName:last-child {
            margin-bottom: 0; }
        .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentDescription {
          color: #7e7e7e;
          margin-bottom: 0.2rem;
          font-size: 14px !important; }
          .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentDescription:last-child {
            margin-bottom: 0; }
        .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
          font-size: 0.8rem;
          line-height: 1.7;
          word-wrap: break-word;
          word-break: break-word;
          overflow: hidden;
          -webkit-line-clamp: 1;
          max-height: 1.36rem;
          height: 1.36rem;
          color: #7e7e7e;
          margin-bottom: 0.2rem;
          font-size: 14px;
          text-decoration: line-through; }
          @media (min-width: 576px) {
            .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
              font-size: 0.8rem;
              line-height: 1.7;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.36rem;
              height: 1.36rem; } }
          @media (min-width: 768px) {
            .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
              font-size: 0.85rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.36rem;
              height: 1.36rem; } }
          @media (min-width: 992px) {
            .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
              font-size: 0.9rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.44rem;
              height: 1.44rem; } }
          @media (min-width: 1200px) {
            .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
              font-size: 0.9rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.44rem;
              height: 1.44rem; } }
          .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal:last-child {
            margin-bottom: 0; }
        .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
          font-size: 0.8rem;
          line-height: 1.6;
          word-wrap: break-word;
          word-break: break-word;
          overflow: hidden;
          -webkit-line-clamp: 1;
          max-height: 1.28rem;
          color: #7e7e7e;
          margin-bottom: 0.2rem; }
          @media (min-width: 576px) {
            .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
              font-size: 0.9rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.44rem; } }
          @media (min-width: 768px) {
            .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
              font-size: 0.95rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.52rem; } }
          @media (min-width: 992px) {
            .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
              font-size: 1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.6rem; } }
          @media (min-width: 1200px) {
            .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
              font-size: 1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.6rem; } }
          .publisherList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate:last-child {
            margin-bottom: 0; }
      .publisherList .categoryListItem .categoryItemLink .cover > .contentItemPrice {
        font-weight: bold;
        width: 100%;
        height: auto;
        align-self: flex-end;
        display: flex;
        flex-wrap: wrap; }
        .publisherList .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice {
          margin-bottom: 4px;
          width: 100%;
          border-radius: 0;
          padding: 0.5rem; }
          .publisherList .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice > .text {
            color: #808080;
            font-size: 14px !important;
            text-decoration: line-through; }
          .publisherList .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice > .price {
            color: #e52735;
            font-size: 20px !important; }
          .publisherList .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice:last-child {
            margin-bottom: 0; }
          .publisherList .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice.comingSoon {
            background-color: transparent !important; }
      .publisherList .categoryListItem .categoryItemLink .cover > .contentItemFooter {
        width: 100%;
        height: auto;
        align-self: flex-end;
        display: flex;
        flex-wrap: wrap; }
        .publisherList .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice {
          display: block;
          background-color: #FFD54C;
          border: 1px solid transparent;
          cursor: pointer;
          text-align: center;
          text-decoration: none;
          outline: none;
          padding: 0.5rem;
          border-radius: 0.2rem;
          color: black;
          margin-bottom: 4px;
          width: 100%;
          border-radius: 3rem;
          margin: 0.5rem; }
          .publisherList .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice > .icon {
            display: inline-block;
            height: 15px;
            margin-right: 4px; }
          .publisherList .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice > .text {
            display: inline-block;
            vertical-align: middle; }
          .publisherList .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice:last-child {
            margin-bottom: 0; }
          .publisherList .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice.comingSoon {
            background-color: transparent !important; }
      .publisherList .categoryListItem .categoryItemLink .cover .contentImageFrame {
        display: flex;
        justify-content: center;
        align-items: center; }
        .publisherList .categoryListItem .categoryItemLink .cover .contentImageFrame > .discount {
          position: absolute;
          width: 50%;
          height: auto;
          z-index: 500;
          right: 0px;
          max-width: 45.8px;
          top: 15px;
          font-size: 14px;
          color: white;
          text-align: center; }
        .publisherList .categoryListItem .categoryItemLink .cover .contentImageFrame > .contentImage {
          max-width: 100%;
          height: 100%;
          max-height: 200px; }
        .publisherList .categoryListItem .categoryItemLink .cover .contentImageFrame > .contentLogo {
          position: absolute;
          width: 20%;
          height: auto;
          z-index: 4; }
        .publisherList .categoryListItem .categoryItemLink .cover .contentImageFrame > .icon_shop_campaign {
          position: absolute;
          width: 50%;
          height: auto;
          z-index: 4;
          right: -4px;
          max-width: 57.8px;
          top: 6px; }

.bannerList {
  font-family: "Kanit"; }
  .bannerList.noCarousel {
    padding: 0 16px; }
    .bannerList.noCarousel .categoryListItem {
      max-width: calc(100%/2); }
      @media (min-width: 576px) {
        .bannerList.noCarousel .categoryListItem {
          max-width: calc(100%/2); } }
      @media (min-width: 768px) {
        .bannerList.noCarousel .categoryListItem {
          max-width: calc(100%/4); } }
      @media (min-width: 992px) {
        .bannerList.noCarousel .categoryListItem {
          max-width: calc(100%/6); } }
      @media (min-width: 1200px) {
        .bannerList.noCarousel .categoryListItem {
          max-width: calc(100%/7); } }
  .bannerList .categoryListItem {
    width: 100%;
    height: auto;
    padding: 0 0.5rem; }
    .bannerList .categoryListItem .categoryItemLink {
      width: 100%;
      height: 100%;
      display: block;
      cursor: pointer;
      position: relative; }
      .bannerList .categoryListItem .categoryItemLink:hover {
        text-decoration: none; }
      .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemCover {
        position: relative;
        width: 100%;
        border-radius: 0.2rem; }
        .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemCover > .catagoryCoverSize {
          width: 100%;
          height: auto; }
        .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemCover > .categoryImage {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-width: 100%;
          width: auto;
          max-height: 100%;
          height: auto;
          z-index: 1;
          border-radius: 0.3rem; }
        .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemCover .categoryName {
          text-align: center;
          height: 48px;
          padding-top: 3rem; }
          .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemCover .categoryName .text {
            padding-top: 1rem; }
      .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemName {
        bottom: 0;
        left: 0;
        z-index: 3;
        font-size: 0.8rem;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-word;
        overflow: hidden;
        -webkit-line-clamp: 2;
        max-height: 2.56rem;
        color: black;
        font-weight: bold;
        width: 100%; }
        @media (min-width: 576px) {
          .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemName {
            font-size: 0.9rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 2.88rem; } }
        @media (min-width: 768px) {
          .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemName {
            font-size: 0.95rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 3.04rem; } }
        @media (min-width: 992px) {
          .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemName {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 3.2rem; } }
        @media (min-width: 1200px) {
          .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemName {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 2;
            max-height: 3.2rem; } }
        .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock {
          width: 100%;
          border-radius: 0 0 0.3rem 0.3rem;
          background: white;
          opacity: 0.7;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          height: 35px; }
          @media (min-width: 768px) {
            .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock {
              height: 40px; } }
          @media (min-width: 992px) {
            .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock {
              height: 45px; } }
          .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
            padding-left: 0.3rem;
            padding-right: 0.3rem; }
            @media (min-width: 576px) {
              .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
                padding-left: .4rem;
                padding-right: .4rem; } }
            @media (min-width: 768px) {
              .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
                padding-left: .5rem;
                padding-right: .5rem; } }
            @media (min-width: 992px) {
              .bannerList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
                bottom: .3rem;
                padding-left: .5rem;
                padding-right: .5rem; } }
      .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody {
        padding: 0 0.5rem 0.5rem 0.5rem;
        width: 100%;
        height: 120px;
        font-weight: bold; }
        .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
          font-size: 1rem;
          line-height: 1.6;
          word-wrap: break-word;
          word-break: break-word;
          overflow: hidden;
          -webkit-line-clamp: 1;
          max-height: 1.6rem;
          height: 1.6rem;
          color: black;
          margin-bottom: 0.2rem; }
          @media (min-width: 576px) {
            .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
              font-size: 1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.6rem;
              height: 1.6rem; } }
          @media (min-width: 768px) {
            .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
              font-size: 1.1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.76rem;
              height: 1.76rem; } }
          @media (min-width: 992px) {
            .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
              font-size: 1.1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.76rem;
              height: 1.76rem; } }
          @media (min-width: 1200px) {
            .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
              font-size: 1.1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.76rem;
              height: 1.76rem; } }
          .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName:last-child {
            margin-bottom: 0; }
        .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentDescription {
          color: #7e7e7e;
          margin-bottom: 0.2rem;
          font-size: 14px !important; }
          .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentDescription:last-child {
            margin-bottom: 0; }
        .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
          font-size: 0.8rem;
          line-height: 1.7;
          word-wrap: break-word;
          word-break: break-word;
          overflow: hidden;
          -webkit-line-clamp: 1;
          max-height: 1.36rem;
          height: 1.36rem;
          color: #7e7e7e;
          margin-bottom: 0.2rem;
          font-size: 14px;
          text-decoration: line-through; }
          @media (min-width: 576px) {
            .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
              font-size: 0.8rem;
              line-height: 1.7;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.36rem;
              height: 1.36rem; } }
          @media (min-width: 768px) {
            .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
              font-size: 0.85rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.36rem;
              height: 1.36rem; } }
          @media (min-width: 992px) {
            .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
              font-size: 0.9rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.44rem;
              height: 1.44rem; } }
          @media (min-width: 1200px) {
            .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
              font-size: 0.9rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.44rem;
              height: 1.44rem; } }
          .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal:last-child {
            margin-bottom: 0; }
        .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
          font-size: 0.8rem;
          line-height: 1.6;
          word-wrap: break-word;
          word-break: break-word;
          overflow: hidden;
          -webkit-line-clamp: 1;
          max-height: 1.28rem;
          color: #7e7e7e;
          margin-bottom: 0.2rem; }
          @media (min-width: 576px) {
            .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
              font-size: 0.9rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.44rem; } }
          @media (min-width: 768px) {
            .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
              font-size: 0.95rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.52rem; } }
          @media (min-width: 992px) {
            .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
              font-size: 1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.6rem; } }
          @media (min-width: 1200px) {
            .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
              font-size: 1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 1;
              max-height: 1.6rem; } }
          .bannerList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate:last-child {
            margin-bottom: 0; }
      .bannerList .categoryListItem .categoryItemLink .cover > .contentItemPrice {
        font-weight: bold;
        width: 100%;
        height: auto;
        align-self: flex-end;
        display: flex;
        flex-wrap: wrap; }
        .bannerList .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice {
          margin-bottom: 4px;
          width: 100%;
          border-radius: 0;
          padding: 0.5rem; }
          .bannerList .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice > .text {
            color: #808080;
            font-size: 14px !important;
            text-decoration: line-through; }
          .bannerList .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice > .price {
            color: #e52735;
            font-size: 20px !important; }
          .bannerList .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice:last-child {
            margin-bottom: 0; }
          .bannerList .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice.comingSoon {
            background-color: transparent !important; }
      .bannerList .categoryListItem .categoryItemLink .cover > .contentItemFooter {
        width: 100%;
        height: auto;
        align-self: flex-end;
        display: flex;
        flex-wrap: wrap; }
        .bannerList .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice {
          display: block;
          background-color: #FFD54C;
          border: 1px solid transparent;
          cursor: pointer;
          text-align: center;
          text-decoration: none;
          outline: none;
          padding: 0.5rem;
          border-radius: 0.2rem;
          color: black;
          margin-bottom: 4px;
          width: 100%;
          border-radius: 3rem;
          margin: 0.5rem; }
          .bannerList .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice > .icon {
            display: inline-block;
            height: 15px;
            margin-right: 4px; }
          .bannerList .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice > .text {
            display: inline-block;
            vertical-align: middle; }
          .bannerList .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice:last-child {
            margin-bottom: 0; }
          .bannerList .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice.comingSoon {
            background-color: transparent !important; }
      .bannerList .categoryListItem .categoryItemLink .cover .contentImageFrame {
        display: flex;
        justify-content: center;
        align-items: center; }
        .bannerList .categoryListItem .categoryItemLink .cover .contentImageFrame > .discount {
          position: absolute;
          width: 50%;
          height: auto;
          z-index: 500;
          right: 0px;
          max-width: 45.8px;
          top: 15px;
          font-size: 14px;
          color: white;
          text-align: center; }
        .bannerList .categoryListItem .categoryItemLink .cover .contentImageFrame > .contentImage {
          max-width: 100%;
          height: 100%;
          max-height: 200px; }
        .bannerList .categoryListItem .categoryItemLink .cover .contentImageFrame > .contentLogo {
          position: absolute;
          width: 20%;
          height: auto;
          z-index: 4; }
        .bannerList .categoryListItem .categoryItemLink .cover .contentImageFrame > .icon_shop_campaign {
          position: absolute;
          width: 50%;
          height: auto;
          z-index: 4;
          right: -4px;
          max-width: 57.8px;
          top: 6px; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.homeWriter {
  padding-top: 1rem;
  font-family: "Kanit";
  text-align: center; }
  .homeWriter .flashSale {
    font-weight: bold;
    font-size: 28px; }
    .homeWriter .flashSale .icon {
      max-width: 72px;
      max-height: 72px;
      width: 100%; }
  .homeWriter .stopSale {
    float: right;
    font-weight: bold;
    font-size: 18px;
    padding-top: 1rem; }
    .homeWriter .stopSale .downTime {
      padding: 0.7rem;
      background: #707070;
      color: white;
      padding-top: 0.2rem;
      padding-bottom: 0.2rem; }
  @media (max-width: 767px) {
    .homeWriter .flashSale {
      font-size: 18px; }
      .homeWriter .flashSale .icon {
        max-width: 42px;
        max-height: 42px;
        width: 100%; }
    .homeWriter .stopSale {
      font-size: 14px;
      padding-top: 0.5rem; } }

.homePublisherFooter {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .homePublisherFooter .seeAll {
    display: block;
    background-color: transparent;
    border: 2px solid black;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: black;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 2rem;
    width: 190px;
    font-weight: bold; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.writerList {
  font-family: "Kanit"; }
  .writerList.noCarousel {
    padding: 0 16px; }
    .writerList.noCarousel .categoryListItem {
      max-width: calc(100%/2); }
      @media (min-width: 576px) {
        .writerList.noCarousel .categoryListItem {
          max-width: calc(100%/2); } }
      @media (min-width: 768px) {
        .writerList.noCarousel .categoryListItem {
          max-width: calc(100%/4); } }
      @media (min-width: 992px) {
        .writerList.noCarousel .categoryListItem {
          max-width: calc(100%/6); } }
      @media (min-width: 1200px) {
        .writerList.noCarousel .categoryListItem {
          max-width: calc(100%/7); } }
  .writerList .categoryListItem {
    width: 100%;
    height: auto; }
    .writerList .categoryListItem .categoryItemLink {
      width: 100%;
      height: 100%;
      display: block;
      cursor: pointer;
      position: relative; }
      .writerList .categoryListItem .categoryItemLink:hover {
        text-decoration: none; }
      .writerList .categoryListItem .categoryItemLink .cover {
        padding: 5px; }
        .writerList .categoryListItem .categoryItemLink .cover > .categoryItemCover {
          text-align: center;
          background: white;
          color: #ffaa00;
          padding: 0.7rem;
          border-radius: 5rem;
          -webkit-box-shadow: 1px 1px 9px -1px #cfc6cf;
          -moz-box-shadow: 1px 1px 9px -1px #cfc6cf;
          box-shadow: 1px 1px 9px -1px #cfc6cf;
          position: relative;
          width: 100%; }
          .writerList .categoryListItem .categoryItemLink .cover > .categoryItemCover:hover {
            text-decoration: none;
            background: #ffcb30;
            color: white; }
          .writerList .categoryListItem .categoryItemLink .cover > .categoryItemCover > .catagoryCoverSize {
            width: 100%;
            height: auto; }
          .writerList .categoryListItem .categoryItemLink .cover > .categoryItemCover > .categoryImage {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 100%;
            width: auto;
            max-height: 100%;
            height: auto;
            z-index: 1;
            border-radius: 0.3rem; }
        .writerList .categoryListItem .categoryItemLink .cover > .categoryItemName {
          bottom: 0;
          left: 0;
          z-index: 3;
          font-size: 0.8rem;
          line-height: 1.6;
          word-wrap: break-word;
          word-break: break-word;
          overflow: hidden;
          -webkit-line-clamp: 2;
          max-height: 2.56rem;
          color: black;
          font-weight: bold;
          width: 100%; }
          @media (min-width: 576px) {
            .writerList .categoryListItem .categoryItemLink .cover > .categoryItemName {
              font-size: 0.9rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 2;
              max-height: 2.88rem; } }
          @media (min-width: 768px) {
            .writerList .categoryListItem .categoryItemLink .cover > .categoryItemName {
              font-size: 0.95rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 2;
              max-height: 3.04rem; } }
          @media (min-width: 992px) {
            .writerList .categoryListItem .categoryItemLink .cover > .categoryItemName {
              font-size: 1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 2;
              max-height: 3.2rem; } }
          @media (min-width: 1200px) {
            .writerList .categoryListItem .categoryItemLink .cover > .categoryItemName {
              font-size: 1rem;
              line-height: 1.6;
              word-wrap: break-word;
              word-break: break-word;
              overflow: hidden;
              -webkit-line-clamp: 2;
              max-height: 3.2rem; } }
          .writerList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock {
            width: 100%;
            border-radius: 0 0 0.3rem 0.3rem;
            opacity: 0.7;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            height: 35px; }
            @media (min-width: 768px) {
              .writerList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock {
                height: 40px; } }
            @media (min-width: 992px) {
              .writerList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock {
                height: 45px; } }
            .writerList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
              padding-left: 0.3rem;
              padding-right: 0.3rem; }
              @media (min-width: 576px) {
                .writerList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
                  padding-left: .4rem;
                  padding-right: .4rem; } }
              @media (min-width: 768px) {
                .writerList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
                  padding-left: .5rem;
                  padding-right: .5rem; } }
              @media (min-width: 992px) {
                .writerList .categoryListItem .categoryItemLink .cover > .categoryItemName > .marginBlock > p {
                  bottom: .3rem;
                  padding-left: .5rem;
                  padding-right: .5rem; } }
        .writerList .categoryListItem .categoryItemLink .cover .contentItemBody {
          padding: 0 0.5rem 0.5rem 0.5rem;
          width: 100%;
          height: 120px;
          font-weight: bold; }
          .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
            font-size: 1rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.6rem;
            height: 1.6rem;
            color: black;
            margin-bottom: 0.2rem; }
            @media (min-width: 576px) {
              .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
                font-size: 1rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.6rem;
                height: 1.6rem; } }
            @media (min-width: 768px) {
              .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
                font-size: 1.1rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.76rem;
                height: 1.76rem; } }
            @media (min-width: 992px) {
              .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
                font-size: 1.1rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.76rem;
                height: 1.76rem; } }
            @media (min-width: 1200px) {
              .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName {
                font-size: 1.1rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.76rem;
                height: 1.76rem; } }
            .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentName:last-child {
              margin-bottom: 0; }
          .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentDescription {
            color: #7e7e7e;
            margin-bottom: 0.2rem;
            font-size: 14px !important; }
            .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentDescription:last-child {
              margin-bottom: 0; }
          .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
            font-size: 0.8rem;
            line-height: 1.7;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.36rem;
            height: 1.36rem;
            color: #7e7e7e;
            margin-bottom: 0.2rem;
            font-size: 14px;
            text-decoration: line-through; }
            @media (min-width: 576px) {
              .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
                font-size: 0.8rem;
                line-height: 1.7;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.36rem;
                height: 1.36rem; } }
            @media (min-width: 768px) {
              .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
                font-size: 0.85rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.36rem;
                height: 1.36rem; } }
            @media (min-width: 992px) {
              .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
                font-size: 0.9rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.44rem;
                height: 1.44rem; } }
            @media (min-width: 1200px) {
              .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal {
                font-size: 0.9rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.44rem;
                height: 1.44rem; } }
            .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .contentPriceOriginal:last-child {
              margin-bottom: 0; }
          .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
            font-size: 0.8rem;
            line-height: 1.6;
            word-wrap: break-word;
            word-break: break-word;
            overflow: hidden;
            -webkit-line-clamp: 1;
            max-height: 1.28rem;
            color: #7e7e7e;
            margin-bottom: 0.2rem; }
            @media (min-width: 576px) {
              .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
                font-size: 0.9rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.44rem; } }
            @media (min-width: 768px) {
              .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
                font-size: 0.95rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.52rem; } }
            @media (min-width: 992px) {
              .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
                font-size: 1rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.6rem; } }
            @media (min-width: 1200px) {
              .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate {
                font-size: 1rem;
                line-height: 1.6;
                word-wrap: break-word;
                word-break: break-word;
                overflow: hidden;
                -webkit-line-clamp: 1;
                max-height: 1.6rem; } }
            .writerList .categoryListItem .categoryItemLink .cover .contentItemBody > .purchaseDate:last-child {
              margin-bottom: 0; }
        .writerList .categoryListItem .categoryItemLink .cover > .contentItemPrice {
          font-weight: bold;
          width: 100%;
          height: auto;
          align-self: flex-end;
          display: flex;
          flex-wrap: wrap; }
          .writerList .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice {
            margin-bottom: 4px;
            width: 100%;
            border-radius: 0;
            padding: 0.5rem; }
            .writerList .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice > .text {
              color: #808080;
              font-size: 14px !important;
              text-decoration: line-through; }
            .writerList .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice > .price {
              color: #e52735;
              font-size: 20px !important; }
            .writerList .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice:last-child {
              margin-bottom: 0; }
            .writerList .categoryListItem .categoryItemLink .cover > .contentItemPrice > .contentPrice.comingSoon {
              background-color: transparent !important; }
        .writerList .categoryListItem .categoryItemLink .cover > .contentItemFooter {
          width: 100%;
          height: auto;
          align-self: flex-end;
          display: flex;
          flex-wrap: wrap; }
          .writerList .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice {
            display: block;
            background-color: #FFD54C;
            border: 1px solid transparent;
            cursor: pointer;
            text-align: center;
            text-decoration: none;
            outline: none;
            padding: 0.5rem;
            border-radius: 0.2rem;
            color: black;
            margin-bottom: 4px;
            width: 100%;
            border-radius: 3rem;
            margin: 0.5rem; }
            .writerList .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice > .icon {
              display: inline-block;
              height: 15px;
              margin-right: 4px; }
            .writerList .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice > .text {
              display: inline-block;
              vertical-align: middle; }
            .writerList .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice:last-child {
              margin-bottom: 0; }
            .writerList .categoryListItem .categoryItemLink .cover > .contentItemFooter > .contentPrice.comingSoon {
              background-color: transparent !important; }
        .writerList .categoryListItem .categoryItemLink .cover .contentImageFrame {
          display: flex;
          justify-content: center;
          align-items: center; }
          .writerList .categoryListItem .categoryItemLink .cover .contentImageFrame > .discount {
            position: absolute;
            width: 50%;
            height: auto;
            z-index: 999;
            right: 0px;
            max-width: 45.8px;
            top: 15px;
            font-size: 14px;
            color: white;
            text-align: center; }
          .writerList .categoryListItem .categoryItemLink .cover .contentImageFrame > .contentImage {
            max-width: 100%;
            height: 100%;
            max-height: 200px; }
          .writerList .categoryListItem .categoryItemLink .cover .contentImageFrame > .contentLogo {
            position: absolute;
            width: 20%;
            height: auto;
            z-index: 4; }
          .writerList .categoryListItem .categoryItemLink .cover .contentImageFrame > .icon_shop_campaign {
            position: absolute;
            width: 50%;
            height: auto;
            z-index: 4;
            right: -4px;
            max-width: 57.8px;
            top: 6px; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.homeClearanceSale {
  padding-top: 1rem;
  font-family: "Kanit"; }
  .homeClearanceSale .flashSale {
    font-weight: bold;
    font-size: 28px; }
    .homeClearanceSale .flashSale .icon {
      max-width: 72px;
      max-height: 72px;
      width: 100%; }
  .homeClearanceSale .stopSale {
    float: right;
    font-weight: bold;
    font-size: 18px;
    padding-top: 1rem; }
    .homeClearanceSale .stopSale .downTime {
      padding: 0.7rem;
      background: #707070;
      color: white;
      padding-top: 0.2rem;
      padding-bottom: 0.2rem; }
  @media (max-width: 767px) {
    .homeClearanceSale .flashSale {
      font-size: 18px; }
      .homeClearanceSale .flashSale .icon {
        max-width: 42px;
        max-height: 42px;
        width: 100%; }
    .homeClearanceSale .stopSale {
      font-size: 14px;
      padding-top: 0.5rem; } }
  .homeClearanceSale .link {
    float: right;
    padding-top: 0.5rem; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.homeCateory {
  padding-top: 1rem;
  font-family: "Kanit";
  text-align: center; }
  .homeCateory .flashSale {
    font-weight: bold;
    font-size: 28px; }
    .homeCateory .flashSale .icon {
      max-width: 72px;
      max-height: 72px;
      width: 100%; }
  .homeCateory .stopSale {
    float: right;
    font-weight: bold;
    font-size: 18px;
    padding-top: 1rem; }
    .homeCateory .stopSale .downTime {
      padding: 0.7rem;
      background: #707070;
      color: white;
      padding-top: 0.2rem;
      padding-bottom: 0.2rem; }
  @media (max-width: 767px) {
    .homeCateory .flashSale {
      font-size: 18px; }
      .homeCateory .flashSale .icon {
        max-width: 42px;
        max-height: 42px;
        width: 100%; }
    .homeCateory .stopSale {
      font-size: 14px;
      padding-top: 0.5rem; } }

.homeCateoryFooter {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .homeCateoryFooter .seeAll {
    display: block;
    background-color: transparent;
    border: 2px solid black;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: black;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 2rem;
    width: 190px;
    font-weight: bold; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.SpecialPrice {
  font-family: "Kanit";
  background-color: #ffd54c;
  padding: 2rem;
  margin-top: 1rem; }
  .SpecialPrice .banner {
    float: right;
    font-size: 50px;
    text-align: center;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .SpecialPrice .icon {
    max-width: 200px;
    width: 100%; }
  @media (max-width: 767px) {
    .SpecialPrice .banner {
      float: none;
      font-size: 16px; }
    .SpecialPrice .icon {
      margin-left: auto;
      margin-right: auto;
      display: block; } }

.contentBanner {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .contentBanner .icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%; }


.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.homeBestSeller {
  padding-top: 1rem;
  font-family: "Kanit"; }
  .homeBestSeller .flashSale {
    font-weight: bold;
    font-size: 28px; }
    .homeBestSeller .flashSale .icon {
      max-width: 72px;
      max-height: 72px;
      width: 100%; }
  .homeBestSeller .stopSale {
    float: right;
    font-weight: bold;
    font-size: 18px;
    padding-top: 1rem; }
    .homeBestSeller .stopSale .downTime {
      padding: 0.7rem;
      background: #707070;
      color: white;
      padding-top: 0.2rem;
      padding-bottom: 0.2rem; }
  @media (max-width: 767px) {
    .homeBestSeller .flashSale {
      font-size: 18px; }
      .homeBestSeller .flashSale .icon {
        max-width: 42px;
        max-height: 42px;
        width: 100%; }
    .homeBestSeller .stopSale {
      font-size: 14px;
      padding-top: 0.5rem; } }
  .homeBestSeller .link {
    float: right;
    padding-top: 0.2rem; }
    @media (min-width: 768px) {
      .homeBestSeller .link {
        float: right;
        padding-top: 1.5rem; } }
  .homeBestSeller .links {
    float: right;
    padding-top: 0rem; }
    @media (min-width: 768px) {
      .homeBestSeller .links {
        float: right; } }
    .homeBestSeller .links .seeAll {
      padding-top: 0.5rem; }
      @media (max-width: 767.98px) {
        .homeBestSeller .links .seeAll {
          padding-top: 0rem; } }



.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.categoryContents {
  padding-top: 1rem; }
  .categoryContents .categorys {
    padding-top: 1rem;
    font-family: "Kanit";
    text-align: center; }
    .categoryContents .categorys .categoryTitles {
      font-weight: bold;
      font-size: 28px; }
      .categoryContents .categorys .categoryTitles .icon {
        max-width: 72px;
        max-height: 72px;
        width: 100%; }
    @media (max-width: 767px) {
      .categoryContents .categorys .categoryTitles {
        font-size: 18px; }
        .categoryContents .categorys .categoryTitles .icon {
          max-width: 42px;
          max-height: 42px;
          width: 100%; } }
  .categoryContents .shopIndexCategory {
    margin-bottom: 1.5rem; }
    .categoryContents .shopIndexCategory > .shopIndexCategoryHeader {
      font-family: "Kanit";
      border-bottom: 2px solid #000000;
      margin-bottom: 1rem; }
      .categoryContents .shopIndexCategory > .shopIndexCategoryHeader .categoryTitle {
        font-weight: bold;
        background: black;
        color: white;
        padding: 4px;
        font-size: 22px;
        border-radius: 1px;
        padding-left: 2rem;
        padding-right: 2rem; }
      @media (max-width: 767px) {
        .categoryContents .shopIndexCategory > .shopIndexCategoryHeader .categoryTitle {
          font-size: 16px; } }
  .categoryContents .seeMoreLink {
    padding: 0.5rem 1rem; }
    @media (max-width: 767.98px) {
      .categoryContents .seeMoreLink {
        display: block;
        background-color: transparent;
        border: 1px solid black;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        padding: 0.5rem;
        border-radius: 0.2rem;
        color: black; }
        .categoryContents .seeMoreLink > .icon {
          display: inline-block;
          height: 15px;
          margin-right: 4px; }
        .categoryContents .seeMoreLink > .text {
          display: inline-block;
          vertical-align: middle; } }
  .categoryContents .shopIndexCatalog {
    margin-bottom: 1.5rem; }
    .categoryContents .shopIndexCatalog:last-of-type {
      margin-bottom: 0; }
    .categoryContents .shopIndexCatalog > .shopIndexCatalogHeader {
      font-family: "Kanit";
      border-bottom: 2px solid #FFD54C;
      margin-bottom: 1rem; }
    @media (max-width: 575.98px) {
      .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+4) {
          display: block; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+4) {
          display: block; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+6) {
          display: block; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+6) {
          display: block; } }
    @media (min-width: 1200px) {
      .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+8) {
          display: block; } }
    .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
      display: none; }
      .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+4) {
        display: block; }
      @media screen and (min-width: 430px) {
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+6) {
            display: block; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+6) {
            display: block; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+8) {
            display: block; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+10) {
            display: block; } }
      @media (min-width: 1200px) {
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+10) {
            display: block; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.bookFair {
  background-color: #f5f5f5;
  padding-bottom: 16rem !important; }

@media (max-width: 767px) {
  .bookFair {
    padding-bottom: 16rem !important; } }

.categoryContents {
  padding-top: 1rem;
  background-color: white;
  min-height: 500px;
  margin-top: 2rem; }
  .categoryContents .categorys {
    padding-top: 1rem;
    font-family: "Kanit"; }
    .categoryContents .categorys .categoryTitles {
      font-weight: bold;
      font-size: 28px; }
      .categoryContents .categorys .categoryTitles .icon {
        max-width: 72px;
        max-height: 72px;
        width: 100%; }
    @media (max-width: 767px) {
      .categoryContents .categorys .categoryTitles {
        font-size: 18px; }
        .categoryContents .categorys .categoryTitles .icon {
          max-width: 42px;
          max-height: 42px;
          width: 100%; } }
  .categoryContents .shopIndexCategory {
    margin-bottom: 1.5rem; }
    .categoryContents .shopIndexCategory > .shopIndexCategoryHeader {
      font-family: "Kanit";
      border-bottom: 2px solid #000000;
      margin-bottom: 1rem;
      font-size: 25px !important;
      font-weight: bold; }
      .categoryContents .shopIndexCategory > .shopIndexCategoryHeader .categoryTitle {
        font-weight: bold;
        background: black;
        color: white;
        padding: 4px;
        font-size: 22px;
        border-radius: 1px;
        padding-left: 2rem;
        padding-right: 2rem; }
      @media (max-width: 767px) {
        .categoryContents .shopIndexCategory > .shopIndexCategoryHeader .categoryTitle {
          font-size: 16px; } }
  .categoryContents .seeMoreLink {
    padding: 0.5rem 1rem; }
    @media (max-width: 767.98px) {
      .categoryContents .seeMoreLink {
        display: block;
        background-color: transparent;
        border: 1px solid black;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        padding: 0.5rem;
        border-radius: 0.2rem;
        color: black; }
        .categoryContents .seeMoreLink > .icon {
          display: inline-block;
          height: 15px;
          margin-right: 4px; }
        .categoryContents .seeMoreLink > .text {
          display: inline-block;
          vertical-align: middle; } }
  .categoryContents .shopIndexCatalog {
    margin-bottom: 1.5rem; }
    .categoryContents .shopIndexCatalog:last-of-type {
      margin-bottom: 0; }
    .categoryContents .shopIndexCatalog > .shopIndexCatalogHeader {
      font-family: "Kanit";
      border-bottom: 2px solid #FFD54C;
      margin-bottom: 1rem; }
    @media (max-width: 575.98px) {
      .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+4) {
          display: block; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+4) {
          display: block; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+6) {
          display: block; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+6) {
          display: block; } }
    @media (min-width: 1200px) {
      .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+8) {
          display: block; } }
    .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
      display: none; }
      .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+4) {
        display: block; }
      @media screen and (min-width: 430px) {
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+6) {
            display: block; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+6) {
            display: block; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+8) {
            display: block; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+10) {
            display: block; } }
      @media (min-width: 1200px) {
        .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .categoryContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+10) {
            display: block; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.shopCategoryFrame {
  padding-top: 1rem;
  margin-bottom: 1rem; }
  .shopCategoryFrame > .shopCategoryFrameHeader {
    font-family: "Kanit";
    border-bottom: 2px solid #FFD54C;
    margin-bottom: 1rem; }
    .shopCategoryFrame > .shopCategoryFrameHeader > .subCategoryTitle {
      font-size: 1.1rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .subCategoryTitle {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .subCategoryTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .subCategoryTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .subCategoryTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
    .shopCategoryFrame > .shopCategoryFrameHeader > .categoryTitle {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .categoryTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .categoryTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .categoryTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .shopCategoryFrame > .shopCategoryFrameHeader > .categoryTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.parentContentBlock {
  margin-bottom: 1rem; }
  .parentContentBlock > .parentContentTitle {
    font-family: "Kanit";
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.5rem; }
    .parentContentBlock > .parentContentTitle > .title {
      font-size: 1.1rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .parentContentBlock > .parentContentTitle > .title {
          font-size: 1.1rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .parentContentBlock > .parentContentTitle > .title {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .parentContentBlock > .parentContentTitle > .title {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .parentContentBlock > .parentContentTitle > .title {
          font-size: 1.2rem;
          line-height: 1.6; } }
  .parentContentBlock > .parentContentList > .parentContentItem > .parentContentLink > .coverImage {
    width: 100%; }
  .parentContentBlock > .parentContentList > .parentContentItem > .parentContentLink > .contentName {
    font-size: 1rem;
    line-height: 1.6; }
    @media (min-width: 576px) {
      .parentContentBlock > .parentContentList > .parentContentItem > .parentContentLink > .contentName {
        font-size: 1rem;
        line-height: 1.6; } }
    @media (min-width: 768px) {
      .parentContentBlock > .parentContentList > .parentContentItem > .parentContentLink > .contentName {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 992px) {
      .parentContentBlock > .parentContentList > .parentContentItem > .parentContentLink > .contentName {
        font-size: 1.1rem;
        line-height: 1.6; } }
    @media (min-width: 1200px) {
      .parentContentBlock > .parentContentList > .parentContentItem > .parentContentLink > .contentName {
        font-size: 1.1rem;
        line-height: 1.6; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.publisherFrame {
  margin-bottom: 1rem; }
  .publisherFrame > .publisherFrameHeader {
    font-family: "Kanit";
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .5rem; }
    .publisherFrame > .publisherFrameHeader .publisherTitle {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .publisherFrame > .publisherFrameHeader .publisherTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .publisherFrame > .publisherFrameHeader .publisherTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .publisherFrame > .publisherFrameHeader .publisherTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .publisherFrame > .publisherFrameHeader .publisherTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
  @media (max-width: 575.98px) {
    .publisherFrame > .publisherFrameBody > .item {
      display: none; }
      .publisherFrame > .publisherFrameBody > .item:nth-child(-n+4) {
        display: block; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .publisherFrame > .publisherFrameBody > .item {
      display: none; }
      .publisherFrame > .publisherFrameBody > .item:nth-child(-n+6) {
        display: block; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .publisherFrame > .publisherFrameBody > .item {
      display: none; }
      .publisherFrame > .publisherFrameBody > .item:nth-child(-n+8) {
        display: block; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .publisherFrame > .publisherFrameBody > .item {
      display: none; }
      .publisherFrame > .publisherFrameBody > .item:nth-child(-n+8) {
        display: block; } }
  @media (min-width: 1200px) {
    .publisherFrame > .publisherFrameBody > .item {
      display: none; }
      .publisherFrame > .publisherFrameBody > .item:nth-child(-n+10) {
        display: block; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.otherIssueFrame {
  margin-bottom: 1rem; }
  .otherIssueFrame > .otherIssueFrameHeader {
    font-family: "Kanit";
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .5rem; }
    .otherIssueFrame > .otherIssueFrameHeader .otherIssueTitle {
      font-size: 1.2rem;
      line-height: 1.6;
      font-weight: bold; }
      @media (min-width: 576px) {
        .otherIssueFrame > .otherIssueFrameHeader .otherIssueTitle {
          font-size: 1.2rem;
          line-height: 1.6; } }
      @media (min-width: 768px) {
        .otherIssueFrame > .otherIssueFrameHeader .otherIssueTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 992px) {
        .otherIssueFrame > .otherIssueFrameHeader .otherIssueTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
      @media (min-width: 1200px) {
        .otherIssueFrame > .otherIssueFrameHeader .otherIssueTitle {
          font-size: 1.3rem;
          line-height: 1.6; } }
  @media (max-width: 575.98px) {
    .otherIssueFrame .otherIssueFrameBody > .item {
      display: none; }
      .otherIssueFrame .otherIssueFrameBody > .item:nth-child(-n+4) {
        display: block; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .otherIssueFrame .otherIssueFrameBody > .item {
      display: none; }
      .otherIssueFrame .otherIssueFrameBody > .item:nth-child(-n+6) {
        display: block; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .otherIssueFrame .otherIssueFrameBody > .item {
      display: none; }
      .otherIssueFrame .otherIssueFrameBody > .item:nth-child(-n+8) {
        display: block; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .otherIssueFrame .otherIssueFrameBody > .item {
      display: none; }
      .otherIssueFrame .otherIssueFrameBody > .item:nth-child(-n+8) {
        display: block; } }
  @media (min-width: 1200px) {
    .otherIssueFrame .otherIssueFrameBody > .item {
      display: none; }
      .otherIssueFrame .otherIssueFrameBody > .item:nth-child(-n+10) {
        display: block; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.bannerSmallListItem {
  margin: 0 0.5rem; }
  .bannerSmallListItem > .link {
    display: block;
    width: 100%;
    height: auto; }
    .bannerSmallListItem > .link > .bannerImage {
      width: 100%;
      height: auto; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.bannerSmallList .bannerSmallItem {
  width: 100%;
  height: auto;
  cursor: pointer; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.shopIndexContents {
  padding-top: 1rem;
  margin-bottom: 1rem; }
  .shopIndexContents .shopIndexCategory {
    margin-bottom: 1.5rem; }
    .shopIndexContents .shopIndexCategory > .shopIndexCategoryHeader {
      font-family: "Kanit";
      border-bottom: 2px solid #FFD54C;
      margin-bottom: 1rem; }
      .shopIndexContents .shopIndexCategory > .shopIndexCategoryHeader .categoryTitle {
        font-size: 1.7rem;
        line-height: 1.6;
        font-weight: bold; }
        @media (min-width: 576px) {
          .shopIndexContents .shopIndexCategory > .shopIndexCategoryHeader .categoryTitle {
            font-size: 1.7rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .shopIndexContents .shopIndexCategory > .shopIndexCategoryHeader .categoryTitle {
            font-size: 1.8rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .shopIndexContents .shopIndexCategory > .shopIndexCategoryHeader .categoryTitle {
            font-size: 1.8rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .shopIndexContents .shopIndexCategory > .shopIndexCategoryHeader .categoryTitle {
            font-size: 1.8rem;
            line-height: 1.6; } }
  .shopIndexContents .seeMoreLink {
    padding: 0.5rem 1rem; }
    @media (max-width: 767.98px) {
      .shopIndexContents .seeMoreLink {
        display: block;
        background-color: transparent;
        border: 1px solid black;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        padding: 0.5rem;
        border-radius: 0.2rem;
        color: black; }
        .shopIndexContents .seeMoreLink > .icon {
          display: inline-block;
          height: 15px;
          margin-right: 4px; }
        .shopIndexContents .seeMoreLink > .text {
          display: inline-block;
          vertical-align: middle; } }
  .shopIndexContents .shopIndexCatalog {
    margin-bottom: 1.5rem; }
    .shopIndexContents .shopIndexCatalog:last-of-type {
      margin-bottom: 0; }
    .shopIndexContents .shopIndexCatalog > .shopIndexCatalogHeader {
      font-family: "Kanit";
      border-bottom: 2px solid #FFD54C;
      margin-bottom: 1rem; }
    @media (max-width: 575.98px) {
      .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+4) {
          display: block; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+4) {
          display: block; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+6) {
          display: block; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+6) {
          display: block; } }
    @media (min-width: 1200px) {
      .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+8) {
          display: block; } }
    .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
      display: none; }
      .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+4) {
        display: block; }
      @media screen and (min-width: 430px) {
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+6) {
            display: block; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+6) {
            display: block; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+8) {
            display: block; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+10) {
            display: block; } }
      @media (min-width: 1200px) {
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+10) {
            display: block; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.shopIndexContents {
  padding-top: 1rem; }
  .shopIndexContents .shopIndexCategory {
    margin-bottom: 1.5rem; }
    .shopIndexContents .shopIndexCategory > .shopIndexCategoryHeader {
      font-family: "Kanit";
      border-bottom: 2px solid #FFD54C;
      margin-bottom: 1rem; }
      .shopIndexContents .shopIndexCategory > .shopIndexCategoryHeader .categoryTitle {
        font-size: 1.7rem;
        line-height: 1.6;
        font-weight: bold; }
        @media (min-width: 576px) {
          .shopIndexContents .shopIndexCategory > .shopIndexCategoryHeader .categoryTitle {
            font-size: 1.7rem;
            line-height: 1.6; } }
        @media (min-width: 768px) {
          .shopIndexContents .shopIndexCategory > .shopIndexCategoryHeader .categoryTitle {
            font-size: 1.8rem;
            line-height: 1.6; } }
        @media (min-width: 992px) {
          .shopIndexContents .shopIndexCategory > .shopIndexCategoryHeader .categoryTitle {
            font-size: 1.8rem;
            line-height: 1.6; } }
        @media (min-width: 1200px) {
          .shopIndexContents .shopIndexCategory > .shopIndexCategoryHeader .categoryTitle {
            font-size: 1.8rem;
            line-height: 1.6; } }
  .shopIndexContents .seeMoreLink {
    padding: 0.5rem 1rem; }
    @media (max-width: 767.98px) {
      .shopIndexContents .seeMoreLink {
        display: block;
        background-color: transparent;
        border: 1px solid black;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        padding: 0.5rem;
        border-radius: 0.2rem;
        color: black; }
        .shopIndexContents .seeMoreLink > .icon {
          display: inline-block;
          height: 15px;
          margin-right: 4px; }
        .shopIndexContents .seeMoreLink > .text {
          display: inline-block;
          vertical-align: middle; } }
  .shopIndexContents .shopIndexCatalog {
    margin-bottom: 1.5rem; }
    .shopIndexContents .shopIndexCatalog:last-of-type {
      margin-bottom: 0; }
    .shopIndexContents .shopIndexCatalog > .shopIndexCatalogHeader {
      font-family: "Kanit";
      border-bottom: 2px solid #FFD54C;
      margin-bottom: 1rem; }
    @media (max-width: 575.98px) {
      .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+4) {
          display: block; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+4) {
          display: block; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+6) {
          display: block; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+6) {
          display: block; } }
    @media (min-width: 1200px) {
      .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem {
        display: none; }
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .skilllaneItem:nth-child(-n+8) {
          display: block; } }
    .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
      display: none; }
      .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+4) {
        display: block; }
      @media screen and (min-width: 430px) {
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+6) {
            display: block; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+6) {
            display: block; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+8) {
            display: block; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+10) {
            display: block; } }
      @media (min-width: 1200px) {
        .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item {
          display: none; }
          .shopIndexContents .shopIndexCatalog > .shopIndexCatalogBody > .item:nth-child(-n+10) {
            display: block; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.shopOtherIssueFrame {
  padding-top: 1rem;
  margin-bottom: 1rem; }
  .shopOtherIssueFrame > .shopOtherIssueFrameHeader {
    font-family: 'Kanit', sans-serif;
    border-bottom: 2px solid #FFD54C;
    margin-bottom: 1rem; }

