/*!*********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./client/Pricing/src/stylesheets/loader.css ***!
  \*********************************************************************************************/
.loader {
    font-size: 30px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
  
}

@keyframes mulShdSpin {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #66c9c5, 1.8em -1.8em 0 0em #d5e7e7, 2.5em 0em 0 0em #d5e7e7, 1.75em 1.75em 0 0em #d5e7e7, 0em 2.5em 0 0em #d5e7e7, -1.8em 1.8em 0 0em #d5e7e7, -2.6em 0em 0 0em #7ec9c6, -1.8em -1.8em 0 0em #74ccc9;
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em #74ccc9, 1.8em -1.8em 0 0em #66c9c5, 2.5em 0em 0 0em #d5e7e7, 1.75em 1.75em 0 0em #d5e7e7, 0em 2.5em 0 0em #d5e7e7, -1.8em 1.8em 0 0em #d5e7e7, -2.6em 0em 0 0em #d5e7e7, -1.8em -1.8em 0 0em #7ec9c6;
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em #7ec9c6, 1.8em -1.8em 0 0em #74ccc9, 2.5em 0em 0 0em #66c9c5, 1.75em 1.75em 0 0em #d5e7e7, 0em 2.5em 0 0em #d5e7e7, -1.8em 1.8em 0 0em #d5e7e7, -2.6em 0em 0 0em #d5e7e7, -1.8em -1.8em 0 0em #d5e7e7;
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em #d5e7e7, 1.8em -1.8em 0 0em #7ec9c6, 2.5em 0em 0 0em #74ccc9, 1.75em 1.75em 0 0em #66c9c5, 0em 2.5em 0 0em #d5e7e7, -1.8em 1.8em 0 0em #d5e7e7, -2.6em 0em 0 0em #d5e7e7, -1.8em -1.8em 0 0em #d5e7e7;
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em #d5e7e7, 1.8em -1.8em 0 0em #d5e7e7, 2.5em 0em 0 0em #7ec9c6, 1.75em 1.75em 0 0em #74ccc9, 0em 2.5em 0 0em #66c9c5, -1.8em 1.8em 0 0em #d5e7e7, -2.6em 0em 0 0em #d5e7e7, -1.8em -1.8em 0 0em #d5e7e7;
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em #d5e7e7, 1.8em -1.8em 0 0em #d5e7e7, 2.5em 0em 0 0em #d5e7e7, 1.75em 1.75em 0 0em #7ec9c6, 0em 2.5em 0 0em #74ccc9, -1.8em 1.8em 0 0em #66c9c5, -2.6em 0em 0 0em #d5e7e7, -1.8em -1.8em 0 0em #d5e7e7;
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em #d5e7e7, 1.8em -1.8em 0 0em #d5e7e7, 2.5em 0em 0 0em #d5e7e7, 1.75em 1.75em 0 0em #d5e7e7, 0em 2.5em 0 0em #7ec9c6, -1.8em 1.8em 0 0em #74ccc9, -2.6em 0em 0 0em #66c9c5, -1.8em -1.8em 0 0em #d5e7e7;
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em #d5e7e7, 1.8em -1.8em 0 0em #d5e7e7, 2.5em 0em 0 0em #d5e7e7, 1.75em 1.75em 0 0em #d5e7e7, 0em 2.5em 0 0em #d5e7e7, -1.8em 1.8em 0 0em #7ec9c6, -2.6em 0em 0 0em #74ccc9, -1.8em -1.8em 0 0em #66c9c5;
    }
}
/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./client/Pricing/src/stylesheets/style.css ***!
  \********************************************************************************************/
:root {
  --vc-darkblue: #043D5D;
  --vc-darkblue-lighter: #054f7a;
  --vc-lightblue: #66c9c6;
  --vc-lightblue-darker: #42bdb9;
  --vc-lightblue-lighter: #d9f2f1;
  --vc-lightblue-lightest: #DBE6F4;
}

/*remove thick border between thead-tbody-tfoot (bug in bootstrap 5)*/
.table > :not(:first-child) {border-top:0}

/*remove arrow for input box*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*remove max-width for popover (bug in bootstrap 5)*/
.popover {max-width:max-content}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* remove padding, list-style ul(bug in bootstrap)  */
ul{
  padding: 0%;
  list-style: none;
  margin-bottom: 0;
}

/* remove the underlined a(bug in bootstrap) */
a{text-decoration: none; color:var(--bs-secondary)}
a:hover {text-decoration: underline;text-underline-offset:3px}

.vc-active-item,
.vc-hover-item:hover{
  background-color: var(--vc-lightblue);
}

.img-hover:hover { transform: scale(1.05)}

.border-when-hover:hover {
  border-radius: var(--bs-border-radius);
  border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)
}

@font-face {
  font-family: 'UTM Avo Bold';
  src: url("/dist-dev/media/UTM%20AvoBold.4325c2f9.ttf") format('truetype'), url("/dist-dev/media/UTM%20AvoBold.4325c2f9.ttf") format('embedded-opentype'), url("/dist-dev/media/UTM%20AvoBold.4325c2f9.ttf") format('woff');
  font-weight:normal;
  font-style:normal;
}

.modal-header--viceph {
  background-color: var(--vc-lightblue);
  color: #ffffff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  height: 40px;
}

.btn-secondary--viceph {
  border-color: var(--vc-lightblue);
  color: var(--vc-lightblue);
}

.btn-danger {
  background-color: #DA251D;
}
/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./client/Pricing/src/stylesheets/vc-darkblue-button.css ***!
  \*********************************************************************************************************/
.vc-darkblue-button {
    display:flex;
    justify-content: center;
    align-items: center;
    appearance: none;
    background-color: var(--vc-darkblue);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    border:none;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    font-weight: 500;
    padding: 6px 16px;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
    text-transform:uppercase;
    font-size:medium
  }
  
  .vc-darkblue-button:hover {
    background-color: var(--vc-darkblue-lighter);
    color:white
  }
  
  .vc-darkblue-button:disabled {
    background-color: var(--vc-lightblue-lighter);
    color: white;
    cursor: default;
  }
/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./client/Pricing/src/stylesheets/vc-lightblue-button.css ***!
  \**********************************************************************************************************/
.vc-lightblue-button {
  display:flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  background-color: var(--vc-lightblue);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  border:none;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  font-weight: 500;
  padding: 6px 16px;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
  text-transform:uppercase;
  font-size:medium;
}

.vc-lightblue-button:hover {
  background-color: var(--vc-lightblue-darker);
  color:white
}

.vc-lightblue-button:disabled {
  background-color: var(--vc-lightblue-darker);
  color: white;
  cursor: default;
}

/* lightblue secondary */
.vc-lightblue-button--secondary {
  display:flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  border: 1px solid var(--vc-lightblue);
  box-sizing: border-box;
  color: var(--vc-lightblue);
  cursor: pointer;
  font-weight: 500;
  padding: 6px 16px;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
  text-transform:uppercase;
  font-size:medium;
}

.vc-lightblue-button--secondary:hover {
  background-color: var(--vc-lightblue-darker);
  color:white
}

.vc-lightblue-button--secondary:disabled {
  background-color: var(--vc-lightblue-darker);
  color: white;
  cursor: default;
}

/* gray secondary */
.vc-lightblue-button--grey {
  display:flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  background-color: #d3d4d5;
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  border: 1px solid #d3d4d5;
  box-sizing: border-box;
  color: var(--vc-lightblue);
  cursor: pointer;
  font-weight: 500;
  padding: 6px 16px;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
  font-size:medium;
}

.vc-lightblue-button--grey:hover {
  background-color: #ffffff;
  color:white
}

.vc-lightblue-button--grey:disabled {
  background-color: #ffffff;
  color: white;
  cursor: default;
}
/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/react-loading-skeleton/dist/skeleton.css ***!
  \*********************************************************************************************************/
@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(
    --custom-highlight-background,
    linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    )
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

/*!***************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./client/Pricing/src/Common/index.css ***!
  \***************************************************************************************/
.pricing__subTitle > span {
  color: var(--vc-lightblue);
}

.tier__bestValue {
  height:34px;
  border-radius:12px 12px 0 0;
  background-image: linear-gradient(to right, #43b9ff, #35a2ee, #2c8cdd, #2876ca, #2960b6)
}

.transform-hover:hover {
  transition-duration: 0.3s;
  transform: scale(1.03);
}

.billing__selected {
  background-color: #68D65E;
  color: #ffffff;
}

.billing__selected:hover {
  background-color: #7cee72;
  color: #ffffff;
}

.tier__item {
  width: 370px;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .billing__saving {
    position: absolute;
    top: -30px;
  }
}

@media only screen and (min-width: 1200px) {
  /* For desktop: */
  .tier__item {
    width: 370px;
  }
}


@media only screen and (min-width: 1440px) {
  /* For desktop: */
  .tier__item {
    width: 430px;
  }
}

.form__discount > input::placeholder {
  color: #B6AAAA;
}

/* Modal và overlay ẩn mặc định */
.modal, .overlay {
  display: none;
}

/* Hiển thị modal và overlay khi có class 'show' */
.modal.show, .overlay.show {
  display: block;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* billing cyle */
.toggle-btn {
  position: relative;
  display: inline-block;
  height: 50px;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.toggle-btn:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 90px;
  height: 40px;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.toggle-btn > span.active {
  background-color: #68D65E;
}

.toggle-btn> span.active:before {
  transform: translateX(100px);
}

.toggle-btn span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  color: #333;
  transition: color 0.3s ease;
  background-color: #ffffff;
  padding: .3rem 1rem;
  border-radius: 16px;
}

.toggle-btn > span.active {
  color: #fff;
}

.toggle-btn .monthly {
  left: 0px;
}

.toggle-btn .yearly {
  right: 0px;
}

/*# sourceMappingURL=main.548f85a3.css.map*/