:root {
  --green: #84BD00;
  --green-300: #48a23f;
}

body {
  width: 100%;
  overflow-x: hidden;
  background-color: #DDD;
}
body #app {
  width: 100%;
  overflow-x: hidden;
}
body #convolab-chattitle h4 {
  font-family: "DB Ozone X";
}
body #convolab-preform ::-moz-selection {
  background-color: #a5fc00;
  color: #333333;
  text-shadow: none;
}
body #convolab-preform ::selection {
  background-color: #a5fc00;
  color: #333333;
  text-shadow: none;
}
body #convolab-preform h4 {
  font-family: "DB Ozone X";
  font-size: 24px;
  line-height: 1;
}
body #convolab-preform .convolab-prefill-submit {
  padding-top: 0;
}
body #convolab-chatbtn {
  bottom: 0;
}
body .ml-1px {
  margin-left: 1px !important;
}
body .mr-1px {
  margin-right: 1px !important;
}
body .ml-10px {
  margin-left: 10px !important;
}
body .mr-10px {
  margin-right: 10px !important;
}
body .ml-12px {
  margin-left: 12px !important;
}
body .mr-12px {
  margin-right: 12px !important;
}
body .ml-20px {
  margin-left: 20px !important;
}
body .mr-20px {
  margin-right: 20px !important;
}
body .ml-30px {
  margin-left: 30px !important;
}
body .mr-30px {
  margin-right: 30px !important;
}
body .ml-32px {
  margin-left: 32px !important;
}
body .mr-32px {
  margin-right: 32px !important;
}
body .ml-36px {
  margin-left: 36px !important;
}
body .mr-36px {
  margin-right: 36px !important;
}
body .ml-40px {
  margin-left: 40px !important;
}
body .mr-40px {
  margin-right: 40px !important;
}
body .pb-40px {
  padding-bottom: 40px !important;
}
body .drop-shadow {
  -webkit-box-shadow: 0 16px 14px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 14px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.2);
}
body .drop-shadow-fade {
  -webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);
}
body .no-scroll, body.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body .bg-alpha0 {
  background-color: rgba(0, 0, 0, 0);
}
body .bg-full-center {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body .bg-full-right {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
body .bg-full-left {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}
body .block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .icon-member-tier {
  height: 30px;
}
body .icon-member-tier.large {
  height: 40px;
}
body .icon-hamburger {
  width: 50px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
body .icon-hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #1F191A;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
body .icon-hamburger span:nth-child(1) {
  top: 0px;
}
body .icon-hamburger span:nth-child(2),
body .icon-hamburger span:nth-child(3) {
  top: 18px;
}
body .icon-hamburger span:nth-child(4) {
  top: 36px;
}
body .icon-hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
body .icon-hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .icon-hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .icon-hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
body .icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
body .btn-toggle-eye {
  width: 22px;
  border: 0;
  outline: 0;
  padding: 0;
  background-image: url(../images/icon-eye-slash.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
body .btn-toggle-eye.show {
  background-image: url(../images/icon-eye.svg);
}
body .input-password-blur {
  padding-right: 40px;
}
body .password-blur {
  position: absolute;
  height: 50px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body .badge.badge-warning {
  color: white;
  background-color: #FFA11C;
}
body .btn {
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}
body .btn.focus, body .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .btn.btn-search {
  font-size: 22px;
  line-height: 11px;
}
body .btn.btn-next-sidebar {
  padding: 0.25rem 0 0.25rem 1.75rem;
  font-size: 20px;
  line-height: 10px;
  margin-right: -5px;
}
@media (max-width: 575.98px) {
  body .btn.btn-next-sidebar {
    padding: 0.25rem 0 0.25rem 0.25rem;
  }
}
body .btn.btn-back-sidebar {
  padding: 0.25rem 1.75rem 0.25rem 0;
  font-size: 20px;
  line-height: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  body .btn.btn-back-sidebar {
    padding: 0.25rem 0.25rem 0.25rem 0;
  }
}
body .btn.btn-back-sidebar i {
  font-size: 22px;
  line-height: 11px;
}
body .btn.btn-back-sidebar span {
  font-size: 27px;
  font-weight: 500;
}
body .btn.btn-bcp {
  height: 36px;
  background-size: 300% 100%;
  border-radius: 50rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#85B63C), color-stop(#249F4B), color-stop(#249F4B), to(#85B63C));
  background-image: linear-gradient(90deg, #85B63C, #249F4B, #249F4B, #85B63C);
  padding: 4px 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .btn.btn-bcp:hover {
  background-position: 100% 0;
}
body .btn.btn-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  padding: 0;
}
body .btn.btn-lang {
  border-width: 2px;
  width: 36px;
  height: 36px;
  padding: 4px 8px;
  color: #2D2926;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 50%;
  border-color: #2D2926;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .btn.btn-lang:hover {
  color: #fff;
  background-color: #3AA537;
  border-color: #3AA537;
}
body .btn.btn-lang.disabled, body .btn.btn-lang:disabled {
  opacity: 0.3;
}
body .btn.btn-form-outline {
  display: inline-block;
  height: 36px;
  font-size: 20px;
  font-family: "DB Ozone X";
  border-radius: 999px;
  color: #DD7600;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#DD7600), to(#FFAB1C)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #DD7600, #FFAB1C) border-box;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);
  line-height: 22px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
body .btn.btn-form {
  display: inline-block;
  height: 36px;
  font-size: 20px;
  font-family: "DB Ozone X";
  border-radius: 999px;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, from(#DD7600), color-stop(51%, #FFAB1C), to(#DD7600));
  background-image: linear-gradient(90deg, #DD7600 0%, #FFAB1C 51%, #DD7600 100%);
  background-size: 200% auto;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);
  line-height: 22px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
body .btn.btn-orange {
  display: inline-block;
  width: 150px;
  height: 36px;
  font-size: 22px;
  font-family: "DB Ozone X";
  border-radius: 999px;
  color: #FFF;
  line-height: 24px;
  padding-left: 15px;
  padding-right: 10px;
  overflow: hidden;
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
body .btn.btn-orange span:first-child {
  float: left;
}
body .btn.btn-orange span:last-child {
  float: right;
  padding-top: 1px;
}
body .btn.btn-orange:hover {
  background-position: right center;
  text-decoration: none;
}
body .btn.btn-orange:hover span:last-child {
  position: relative;
  -webkit-animation: transformButton 1s forwards;
          animation: transformButton 1s forwards;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
body .btn.btn-orange:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
body .btn.btn-orange.left-arrow:hover span:first-child {
  position: relative;
  -webkit-animation: transformButtonLeft 1s forwards;
          animation: transformButtonLeft 1s forwards;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
body .btn.btn-orange.left-arrow:hover span:last-child {
  position: relative;
  -webkit-animation: none;
          animation: none;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
body .btn.btn-orange-inner {
  border: 0px;
  -webkit-box-shadow: 0px 0px 14px -7px #aeafaf;
          box-shadow: 0px 0px 14px -7px #aeafaf;
  background-image: -webkit-gradient(linear, left top, right top, from(#DD7600), color-stop(51%, #FFAB1C), to(#DD7600));
  background-image: linear-gradient(90deg, #DD7600 0%, #FFAB1C 51%, #DD7600 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-size: 200% auto;
}
body .btn.btn-orange-outer {
  color: #DD7600;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#DD7600), to(#FFAB1C)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #DD7600, #FFAB1C) border-box;
  border: 2px solid transparent;
}
body .btn.btn-orange-outer span:first-child {
  margin-top: -1px;
}
body .btn.btn-orange-outer span:last-child {
  float: right;
  margin-top: -1px;
}
@-webkit-keyframes transformButton {
  0% {
    left: 0px;
    top: 0px;
  }
  95% {
    left: 35px;
    top: 0px;
    color: transparent;
  }
  96% {
    left: -5px;
    top: 0px;
    color: transparent;
  }
  97% {
    left: -2px;
    top: 0px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes transformButton {
  0% {
    left: 0px;
    top: 0px;
  }
  95% {
    left: 35px;
    top: 0px;
    color: transparent;
  }
  96% {
    left: -5px;
    top: 0px;
    color: transparent;
  }
  97% {
    left: -2px;
    top: 0px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@-webkit-keyframes transformButtonLeft {
  0% {
    left: 0px;
    top: 0px;
  }
  95% {
    left: -35px;
    top: 0px;
    color: transparent;
  }
  96% {
    left: -5px;
    top: 0px;
    color: transparent;
  }
  97% {
    left: -2px;
    top: 0px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes transformButtonLeft {
  0% {
    left: 0px;
    top: 0px;
  }
  95% {
    left: -35px;
    top: 0px;
    color: transparent;
  }
  96% {
    left: -5px;
    top: 0px;
    color: transparent;
  }
  97% {
    left: -2px;
    top: 0px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
body .modal-content {
  max-width: 650px;
  position: relative;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
}
body .closeModal.circle-black-button {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -20px;
  top: -20px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  opacity: 1 !important;
  z-index: 14;
}
@media (max-width: 767.98px) {
  body .closeModal.circle-black-button {
    width: 32px;
    height: 32px;
    right: -12px;
    font-size: 20px;
  }
}

#LoginModalPopup,
#ForgotPasswordModalPopup,
#inviteModalPopup {
  font-family: "DB Ozone X";
  font-weight: 400;
  font-size: 20px;
}
#LoginModalPopup .green-color,
#ForgotPasswordModalPopup .green-color,
#inviteModalPopup .green-color {
  color: var(--green);
}
#LoginModalPopup .modal-dialog,
#ForgotPasswordModalPopup .modal-dialog,
#inviteModalPopup .modal-dialog {
  padding-top: 70px;
}
#LoginModalPopup .modal-content,
#ForgotPasswordModalPopup .modal-content,
#inviteModalPopup .modal-content {
  max-width: 650px;
  aspect-ratio: auto;
  position: relative;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
}
#LoginModalPopup .modal-content p,
#ForgotPasswordModalPopup .modal-content p,
#inviteModalPopup .modal-content p {
  line-height: 36px;
}
#LoginModalPopup .modal-content .title,
#ForgotPasswordModalPopup .modal-content .title,
#inviteModalPopup .modal-content .title {
  font-weight: 400;
  font-size: clamp(1.75em, 2vw, 2em);
}
#LoginModalPopup .modal-content .Headgreenline,
#ForgotPasswordModalPopup .modal-content .Headgreenline,
#inviteModalPopup .modal-content .Headgreenline {
  font-weight: 500;
  font-size: clamp(3em, 2vw, 3.3em);
  color: #00aea5;
  line-height: 3rem;
}
#LoginModalPopup .modal-content .sub-title,
#ForgotPasswordModalPopup .modal-content .sub-title,
#inviteModalPopup .modal-content .sub-title {
  margin-top: 10px;
  font-size: 23px;
  font-weight: 500;
}
#LoginModalPopup .modal-content hr,
#ForgotPasswordModalPopup .modal-content hr,
#inviteModalPopup .modal-content hr {
  margin: 1px 12rem;
  border-top: 1px solid #B7B8B8;
}
#LoginModalPopup .modal-content a,
#ForgotPasswordModalPopup .modal-content a,
#inviteModalPopup .modal-content a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#LoginModalPopup .modal-content p,
#ForgotPasswordModalPopup .modal-content p,
#inviteModalPopup .modal-content p {
  font-size: 21px;
  font-weight: 300;
}
#LoginModalPopup .modal-body,
#ForgotPasswordModalPopup .modal-body,
#inviteModalPopup .modal-body {
  padding: 3rem 0 0;
}
#LoginModalPopup .modal-footer,
#ForgotPasswordModalPopup .modal-footer,
#inviteModalPopup .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
#LoginModalPopup .modal-footer a,
#ForgotPasswordModalPopup .modal-footer a,
#inviteModalPopup .modal-footer a {
  color: #00aea5;
  font-size: clamp(1em, 2vw, 1em);
}
#LoginModalPopup .modal-footer a span:nth-child(2),
#ForgotPasswordModalPopup .modal-footer a span:nth-child(2),
#inviteModalPopup .modal-footer a span:nth-child(2) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
#LoginModalPopup .modal-footer img,
#ForgotPasswordModalPopup .modal-footer img,
#inviteModalPopup .modal-footer img {
  width: clamp(1em, 2vw, 1em);
}
#LoginModalPopup .modal-footer img.changepassword,
#ForgotPasswordModalPopup .modal-footer img.changepassword,
#inviteModalPopup .modal-footer img.changepassword {
  width: clamp(0.5em, 2vw, 0.7em);
}
#LoginModalPopup .reg-bcg-card,
#ForgotPasswordModalPopup .reg-bcg-card,
#inviteModalPopup .reg-bcg-card {
  width: 235px;
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#LoginModalPopup .closeModal,
#ForgotPasswordModalPopup .closeModal,
#inviteModalPopup .closeModal {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -20px;
  top: -20px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  opacity: 1;
  z-index: 14;
}
#LoginModalPopup form,
#ForgotPasswordModalPopup form,
#inviteModalPopup form {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
#LoginModalPopup form input::-webkit-outer-spin-button,
#LoginModalPopup form input::-webkit-inner-spin-button,
#ForgotPasswordModalPopup form input::-webkit-outer-spin-button,
#ForgotPasswordModalPopup form input::-webkit-inner-spin-button,
#inviteModalPopup form input::-webkit-outer-spin-button,
#inviteModalPopup form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#LoginModalPopup form input[type=number],
#ForgotPasswordModalPopup form input[type=number],
#inviteModalPopup form input[type=number] {
  -moz-appearance: textfield;
}
#LoginModalPopup form input,
#ForgotPasswordModalPopup form input,
#inviteModalPopup form input {
  border-radius: 50px;
  width: 100%;
  background-color: #e6e6e6;
  text-align: center;
  font-size: 18px;
}
#LoginModalPopup form input:-moz-read-only, #ForgotPasswordModalPopup form input:-moz-read-only, #inviteModalPopup form input:-moz-read-only {
  background-color: #009b92;
  color: #ffffff;
}
#LoginModalPopup form input:read-only,
#ForgotPasswordModalPopup form input:read-only,
#inviteModalPopup form input:read-only {
  background-color: #009b92;
  color: #ffffff;
}
#LoginModalPopup form .input-group input,
#ForgotPasswordModalPopup form .input-group input,
#inviteModalPopup form .input-group input {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
}
#LoginModalPopup form .step,
#ForgotPasswordModalPopup form .step,
#inviteModalPopup form .step {
  display: block;
}
#LoginModalPopup form .form-control.is-valid,
#LoginModalPopup form .was-validated .form-control:valid,
#ForgotPasswordModalPopup form .form-control.is-valid,
#ForgotPasswordModalPopup form .was-validated .form-control:valid,
#inviteModalPopup form .form-control.is-valid,
#inviteModalPopup form .was-validated .form-control:valid {
  border-color: #a4a5a5;
  background-color: #009b92 !important;
  padding-left: calc(1.5em + 0.75rem) !important;
  background-image: url(../images/icon-correct.svg);
  background-repeat: no-repeat;
  background-size: calc(0.5em + 0.375rem) calc(0.5em + 0.375rem);
  background-position: left calc(0.75em + 0.1875rem) center !important;
  color: #ffffff;
  font-size: 18px;
}

#MainModalPopup .modal-body {
  padding: 0.25rem;
}
#MainModalPopup .modal-footer {
  padding-top: 0;
  border: none;
}
@media (min-width: 767.98px) {
  #MainModalPopup .modal-dialog {
    max-width: 700px;
  }
  #MainModalPopup .modal-content {
    max-width: 700px;
  }
}
@media (max-width: 767.98px) {
  #MainModalPopup .modal-dialog {
    margin: 1rem;
  }
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 2000;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}

.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: #17a2b8 1.5em 0 0 0, #249f4b 1.1em 1.1em 0 0, #17a2b8 0 1.5em 0 0, #249f4b -1.1em 1.1em 0 0, #17a2b8 -1.5em 0 0 0, #249f4b -1.1em -1.1em 0 0, #117a8b 0 -1.5em 0 0, #249f4b 1.1em -1.1em 0 0;
  box-shadow: #17a2b8 1.5em 0 0 0, #249f4b 1.1em 1.1em 0 0, #17a2b8 0 1.5em 0 0, #249f4b -1.1em 1.1em 0 0, #17a2b8 -1.5em 0 0 0, #249f4b -1.1em -1.1em 0 0, #17a2b8 0 -1.5em 0 0, #249f4b 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
header {
  backdrop-filter: saturate(180%) blur(20px);
  font-family: "DB Ozone X";
  font-weight: 500;
  font-size: 19.8px;
}
header .dropdown .no-notification {
  border: 0;
  background-color: transparent;
}
header .dropdown.dropdown-profile.show {
  width: 340px;
}
@media (max-width: 1480px) {
  header .dropdown.dropdown-profile.show {
    width: 280px;
  }
}
header .dropdown.dropdown-profile.show .dropdown-toggle {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  background-position: 100% 0;
}
header .dropdown.dropdown-profile.show .dropdown-toggle::after {
  content: "\f106";
}
@media (max-width: 1480px) {
  header .dropdown.dropdown-profile.show .dropdown-toggle .customer-name {
    min-width: 220px;
  }
}
header .dropdown.dropdown-profile.show .dropdown-toggle .membertiers {
  display: none;
}
header .dropdown.dropdown-profile.show .dropdown-top {
  background-position: 100% 0;
}
header .dropdown.dropdown-profile .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 36px;
  text-align: left;
  outline: 0;
  border: 0;
  border-radius: 50rem;
  color: #fff;
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#85B63C), color-stop(#249F4B), color-stop(#249F4B), to(#85B63C));
  background-image: linear-gradient(90deg, #85B63C, #249F4B, #249F4B, #85B63C);
  padding: 4px 1rem 4px 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
}
header .dropdown.dropdown-profile .dropdown-toggle::after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-size: 15px;
  font-weight: 900;
  vertical-align: middle;
  border: 0;
  margin-left: 0;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
header .dropdown.dropdown-profile .dropdown-toggle:hover {
  background-position: 100% 0;
}
header .dropdown.dropdown-profile .icon-profile {
  display: none;
  width: 36px;
  height: 36px;
}
header .dropdown.dropdown-profile .icon-user {
  display: inline-block;
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}
header .dropdown.dropdown-profile .hi-user {
  padding-right: 5px;
}
header .dropdown.dropdown-profile .badge {
  font-size: 12px;
}
header .dropdown.dropdown-profile .membertiers img {
  height: 25px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media (max-width: 1480px) {
  header .dropdown.dropdown-profile .membertiers img {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
header .dropdown.dropdown-profile .customer-name {
  display: block;
  padding-right: 10px;
  width: 100%;
  overflow: hidden;
  font-size: 24px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
@media (max-width: 1480px) {
  header .dropdown.dropdown-profile .customer-name {
    font-size: 22px;
  }
}
header .dropdown.dropdown-profile .dropdown-menu {
  display: block;
  width: 100%;
  height: 0;
  min-width: 154px;
  padding: 0;
  margin: -36px 0 0;
  border: 0;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
header .dropdown.dropdown-profile .dropdown-menu.show {
  opacity: 1;
  height: auto;
}
header .dropdown.dropdown-profile .dropdown-menu .dropdown-top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 65px;
  line-height: 20px;
  font-size: 22.4px;
  font-weight: 400;
  color: #fff;
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#85B63C), color-stop(#249F4B), color-stop(#249F4B), to(#85B63C));
  background-image: linear-gradient(90deg, #85B63C, #249F4B, #249F4B, #85B63C);
}
header .dropdown.dropdown-profile .dropdown-menu .dropdown-top .la-angle-up {
  font-size: 15px;
  -webkit-font-smoothing: auto;
  vertical-align: middle;
}
header .dropdown.dropdown-profile .dropdown-menu .dropdown-top .customer-point {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-top: -1px;
  margin-bottom: 6px;
  overflow: hidden;
  white-space: nowrap;
}
header .dropdown.dropdown-profile .dropdown-menu .dropdown-divider {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .dropdown.dropdown-profile .dropdown-menu .membertiers img {
  height: auto;
}
header .dropdown.dropdown-profile .dropdown-menu .dropdown-item {
  color: black;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  vertical-align: middle;
  padding: 0.25rem 1rem;
}
header .dropdown.dropdown-profile .dropdown-menu .dropdown-item .badge {
  float: right;
  margin-top: 2px;
}
header .dropdown.dropdown-profile .dropdown-menu .dropdown-item .las {
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  margin-right: -4px;
  float: right;
}
header .dropdown.dropdown-profile .dropdown-menu .dropdown-item.bottom {
  color: #808080;
}
header .dropdown.dropdown-profile .dropdown-menu .dropdown-item:hover {
  color: #489F3F;
  text-decoration: none;
  background-color: transparent;
}
@media (min-width: 1100px) and (max-width: 1199.98px) {
  header .dropdown.dropdown-profile {
    width: 154px;
  }
  header .dropdown.dropdown-profile .hi-user {
    width: 119px;
  }
  header .dropdown.dropdown-profile .dropdown-top .customer-name {
    width: 100px;
  }
}
@media (max-width: 1099.98px) {
  header .dropdown.dropdown-profile {
    width: 36px;
  }
  header .dropdown.dropdown-profile.show .dropdown-toggle {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  header .dropdown.dropdown-profile.show .dropdown-toggle .icon-profile {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
  }
  header .dropdown.dropdown-profile .dropdown-toggle {
    overflow: hidden;
    padding: 0;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  header .dropdown.dropdown-profile .dropdown-toggle::after {
    display: none;
  }
  header .dropdown.dropdown-profile .dropdown-toggle .icon-profile {
    display: inline-block;
  }
  header .dropdown.dropdown-profile .dropdown-toggle .hi-user {
    display: none;
  }
  header .dropdown.dropdown-profile .hi-user {
    width: 135px;
  }
  header .dropdown.dropdown-profile .dropdown-top .customer-name {
    width: 116px;
  }
  header .dropdown.dropdown-profile .dropdown-menu {
    width: auto;
    margin-top: 2px;
    margin-left: -134px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    overflow: hidden;
  }
  header .dropdown.dropdown-profile .dropdown-menu .dropdown-top {
    height: 58px;
  }
}
header .dropdown.dropdown-notification {
  width: auto;
}
header .dropdown.dropdown-notification.show .dropdown-toggle {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  background-position: 100% 0;
}
header .dropdown.dropdown-notification.show .dropdown-toggle::after {
  content: "\f106";
}
header .dropdown.dropdown-notification.show .dropdown-top {
  background-position: 100% 0;
}
header .dropdown.dropdown-notification .dropdown-toggle {
  width: 100%;
  height: 36px;
  text-align: left;
  outline: 0;
  border: 0;
  border-radius: 50rem;
  color: #fff;
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#DD7600), color-stop(51%, #FFAB1C), to(#DD7600));
  background-image: linear-gradient(90deg, #DD7600 0%, #FFAB1C 51%, #DD7600 100%);
  padding: 4px 24px 4px 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
}
header .dropdown.dropdown-notification .dropdown-toggle::after {
  display: none;
}
header .dropdown.dropdown-notification .dropdown-toggle:hover {
  background-position: 100% 0;
}
header .dropdown.dropdown-notification .icon-profile {
  display: none;
  width: 36px;
  height: 36px;
}
header .dropdown.dropdown-notification .icon-user {
  display: inline-block;
  margin-right: 0.5rem;
  width: 16px;
  height: 18px;
}
header .dropdown.dropdown-notification .badge {
  font-size: 12px;
}
header .dropdown.dropdown-notification .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .dropdown.dropdown-notification .title-name {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
header .dropdown.dropdown-notification .dropdown-menu {
  display: block;
  width: 100%;
  height: 0;
  min-width: 240px;
  padding: 0;
  margin: -36px 0 0;
  border: 0;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  background-color: rgba(255, 255, 255, 0.91);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  left: auto;
  right: 0;
}
header .dropdown.dropdown-notification .dropdown-menu.show {
  opacity: 1;
  height: auto;
}
header .dropdown.dropdown-notification .dropdown-menu .dropdown-top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  height: 45px;
  line-height: 20px;
  font-size: 22.4px;
  font-weight: 400;
  color: #fff;
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#DD7600), color-stop(51%, #FFAB1C), to(#DD7600));
  background-image: linear-gradient(90deg, #DD7600 0%, #FFAB1C 51%, #DD7600 100%);
}
header .dropdown.dropdown-notification .dropdown-menu .dropdown-top .la-angle-up {
  font-size: 15px;
  -webkit-font-smoothing: auto;
  vertical-align: middle;
}
header .dropdown.dropdown-notification .dropdown-menu .dropdown-top .customer-point {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: -2px;
  overflow: hidden;
  white-space: nowrap;
}
header .dropdown.dropdown-notification .dropdown-menu .dropdown-divider {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .dropdown.dropdown-notification .dropdown-menu .dropdown-item {
  color: black;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  vertical-align: middle;
  padding: 0.25rem 1rem;
}
header .dropdown.dropdown-notification .dropdown-menu .dropdown-item .badge {
  float: right;
  margin-top: 2px;
}
header .dropdown.dropdown-notification .dropdown-menu .dropdown-item .las {
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  margin-right: -4px;
  float: right;
}
header .dropdown.dropdown-notification .dropdown-menu .dropdown-item.bottom {
  color: #808080;
}
header .dropdown.dropdown-notification .dropdown-menu .dropdown-item:hover {
  color: #D47600;
  text-decoration: none;
  background-color: transparent;
}
header .dropdown.dropdown-notification .dropdown-menu .quantity {
  background: #e28609;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0 0 0 3px;
  padding: 2px 5px 1px;
  vertical-align: top;
  border-radius: 30px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
header .navbar {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: background-color 1.2s ease-out;
  transition: background-color 1.2s ease-out;
}
@media (min-width: 1200px) {
  header .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media (min-width: 1460px) {
  header .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
header .navbar.open, header .navbar.no-opacity {
  background-color: rgb(255, 255, 255);
}
header .navbar.open .nav-profile {
  -webkit-transform: scale(0);
          transform: scale(0);
}
header .navbar .btn.btn-profile, header .navbar .btn.btn-login {
  border: 0;
  outline: 0;
  padding: 0;
}
header .navbar .btn.btn-login .btn-bcp {
  width: auto;
}
@media (min-width: 1200px) {
  header .navbar .nav-profile {
    display: block;
  }
}
@media (min-width: 1460px) {
  header .navbar .nav-profile {
    display: none;
  }
}
header .navbar .nav-profile .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  height: 36px;
  text-align: left;
  outline: 0;
  border: 0;
  border-radius: 50rem;
  color: #fff;
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#85B63C), color-stop(#249F4B), color-stop(#249F4B), to(#85B63C));
  background-image: linear-gradient(90deg, #85B63C, #249F4B, #249F4B, #85B63C);
  padding: 4px 1rem 4px 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  header .navbar .nav-profile .dropdown-toggle {
    width: 100%;
  }
}
@media (min-width: 1199px) and (max-width: 1459px) {
  header .navbar .nav-profile .dropdown-toggle {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .navbar .nav-profile .dropdown-toggle {
    padding: 4px 10px;
  }
}
header .navbar .nav-profile .dropdown-toggle::after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-size: 15px;
  font-weight: 900;
  vertical-align: middle;
  border: 0;
  margin-left: 0;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
header .navbar .nav-profile .dropdown-toggle:hover {
  background-position: 100% 0;
}
header .navbar .nav-profile .membertiers img {
  height: 20px;
}
header .navbar .nav-profile .customer-name {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  header .navbar .nav-profile .customer-name {
    margin-right: 5px;
    max-width: 45vw;
  }
}
@media (max-width: 576px) {
  header .navbar .nav-profile .customer-name {
    max-width: 30px;
  }
}
header .navbar .nav-profile .dropdown-top .customer-name {
  width: 133px;
}
header .navbar .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  height: 64px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  header .navbar .navbar-brand {
    margin-left: 5px;
  }
  header .navbar .navbar-brand img {
    display: block;
    width: auto;
    height: 26px;
  }
}
header .navbar .navbar-toggler {
  border: none;
  padding: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media (min-width: 1200px) {
  header .navbar .navbar-toggler {
    display: block;
  }
}
@media (min-width: 1460px) {
  header .navbar .navbar-toggler {
    display: none;
  }
}
header .navbar .navbar-collapse {
  width: 100%;
}
@media (min-width: 1200px) {
  header .navbar .navbar-collapse:not(.show) {
    display: none !important;
  }
}
@media (min-width: 1460px) {
  header .navbar .navbar-collapse:not(.show) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  header .navbar .navbar-collapse.show {
    display: block !important;
  }
}
@media (min-width: 1460px) {
  header .navbar .navbar-collapse.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
header .navbar .sidebar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 200%;
  height: calc(100vh - 64px);
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  header .navbar .sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1460px) {
  header .navbar .sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1461px) {
  header .navbar .sidebar {
    display: none;
  }
}
header .navbar .sidebar.slide-1 {
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
header .navbar .sidebar .sidebar-next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
header .navbar .sidebar .sidebar-next .membertiers {
  margin: 5px 0 0 30px;
}
header .navbar .sidebar .sidebar-next .membertiers img {
  height: 40px;
}
header .navbar .sidebar .column {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  color: #2D2926;
  font-weight: 500;
  font-size: 20px;
}
header .navbar .sidebar .column .btn.btn-profile, header .navbar .sidebar .column .btn.btn-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 230px;
}
header .navbar .sidebar .column .btn.btn-profile .name, header .navbar .sidebar .column .btn.btn-login .name {
  font-weight: 500;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
header .navbar .sidebar .column .btn.btn-profile .btn-circle, header .navbar .sidebar .column .btn.btn-login .btn-circle {
  width: 30px;
  height: 30px;
}
header .navbar .sidebar .column .customer-point {
  white-space: nowrap;
}
header .navbar .sidebar .content {
  display: none;
}
header .navbar .sidebar .content.show {
  display: block;
}
header .navbar .sidebar .content hr {
  margin: -1px 0.25rem 0rem 0.25rem;
}
header .navbar .sidebar #sidebar-profile .customer-point {
  -webkit-transform: translateY(22px);
          transform: translateY(22px);
}
@media (min-width: 1200px) {
  header .navbar .navbar-nav.desktop {
    display: none;
  }
}
@media (min-width: 1460px) {
  header .navbar .navbar-nav.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1200px) {
  header .navbar .navbar-nav.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header .navbar .navbar-nav.mobile .nav-item {
  padding: 0.25rem 0;
}
header .navbar .navbar-nav.mobile .nav-item .nav-link {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #2D2926;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav.mobile .nav-item .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(#48a23f), to(#84bd00));
  background: linear-gradient(90deg, #48a23f, #84bd00);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav.mobile .nav-item .nav-link.active {
  color: #249F4B;
}
header .navbar .navbar-nav.mobile .nav-item .nav-link:hover:before {
  width: 100%;
}
header .navbar .navbar-nav.desktop .nav-item {
  cursor: pointer;
  margin: 0 1rem;
  padding: 0.5rem 0;
}
@media (max-width: 1366px) {
  header .navbar .navbar-nav.desktop .nav-item {
    margin: 0 0.5rem !important;
  }
}
header .navbar .navbar-nav.desktop .nav-item .nav-link {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #2D2926;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav.desktop .nav-item .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(#D47600), to(#FFA21C));
  background: linear-gradient(90deg, #D47600, #FFA21C);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav.desktop .nav-item .nav-link.active {
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff, 0 0 80px #fff, 0 0 90px #fff, 0 0 100px #fff;
  color: #249F4B;
}
header .navbar .navbar-nav.desktop .nav-item:hover .nav-link:before {
  width: 100%;
}
@media (min-width: 1200px) {
  header .navbar #form-nav {
    display: none;
  }
}
@media (min-width: 1460px) {
  header .navbar #form-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .submenu {
  width: 100%;
  height: 0;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#48a23f), color-stop(60%, #84bd00));
  background: linear-gradient(90deg, #48a23f, #84bd00 60%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .submenu .nav {
  display: none;
}
header .submenu .nav.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .submenu .nav .nav-item {
  cursor: pointer;
}
header .submenu .nav .nav-item .nav-link {
  font-size: 19.8px;
  line-height: 21px;
  color: #fff;
}
header .submenu.show {
  height: 37px;
}
header .form-search {
  position: absolute;
  z-index: 1;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
header .form-search.show {
  width: 328px;
}
@media (max-width: 1199.98px) {
  header .form-search.show {
    width: 254px;
  }
}
@media (max-width: 1099.98px) {
  header .form-search.show {
    width: 136px;
  }
}
header .form-search .input-search {
  background-color: white;
}
header .form-search .input-underline {
  position: relative;
  margin-top: -20px;
  margin-right: 18px;
  margin-left: 50px;
  border-top: 1px solid black;
}
header .btn-search {
  margin-right: 8px;
}
header .btn-search .form-search {
  margin-left: -17px;
  margin-top: -43px;
}
header .input-search {
  outline: 0;
  color: black;
  font-family: "DB Ozone X", "Line Awesome 900";
  background: rgba(0, 0, 0, 0.05) url("../images/icon-search.svg") no-repeat 18px center/20px 20px;
  padding: 0.5rem 1rem 0.5rem 50px;
}
header .input-search::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
header .input-search::-webkit-input-placeholder, header .input-search::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
header .item-promotion-list {
  border-bottom: 1px solid #e3e3e3;
}
header .item-promotion-list a:hover {
  color: #212529;
  text-decoration: none;
}
header .item-promotion-list .promotion-list {
  display: block;
  padding: 0 0.5rem;
}
header .item-promotion-list .promotion-list:hover {
  background: #f6f1e5;
}
header .item-promotion-list .card-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.5rem 0 0.5rem 0.5rem;
}
header .item-promotion-list .card-horizontal .img-square-wrapper {
  max-width: 100px;
}
header .item-promotion-list .card-horizontal .max-50 {
  max-width: 80px;
}
header .item-promotion-list .card-horizontal .card-list-body {
  font-size: 18px;
  line-height: 1.25rem;
  text-decoration: none;
  color: #252525;
}
header .item-promotion-list .ft-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .item-promotion-list.unread {
  background: #fff2e0;
}
header .back-menu {
  line-height: 2.5rem;
  cursor: pointer;
}
header .dropdown-item-child {
  width: 100%;
  float: left;
  color: #252525;
  padding: 0.25em 0.5em;
  text-decoration: none;
}
header .box__member-tier {
  padding: 10px;
}
@media (min-width: 768px) {
  header .box__member-tier {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 275px);
  }
  header .box__member-tier::-webkit-scrollbar-track {
    border-radius: 0;
  }
  header .box__member-tier::-webkit-scrollbar {
    width: 7px;
    border-radius: 0;
  }
  header .box__member-tier::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 0;
  }
  header .box__member-tier::-webkit-scrollbar-track-piece {
    background: #f6f6f6;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  header .box__member-tier {
    padding: 10px;
  }
}
header .box__member-tier .head {
  font-size: 28px;
  margin: 0 0 10px;
  text-align: center;
}
@media (max-width: 767px) {
  header .box__member-tier .head {
    font-size: 28px;
  }
}
header .box__member-tier .head .icon-tier {
  height: 35px;
}
@media (max-width: 767px) {
  header .box__member-tier .head .icon-tier {
    height: 35px;
  }
}
header .box__member-tier .list__oil-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 10px;
}
header .box__member-tier .list__oil-type .text {
  font-size: 22px;
  font-weight: 500;
  margin: 0 10px 0 0;
}
header .box__member-tier .list__oil-type .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
header .box__member-tier .list__oil-type .list .item {
  margin: 0 10px 0 0;
}
header .box__member-tier .list__oil-type .list .item img {
  height: 30px;
}
@media (max-width: 767px) {
  header .box__member-tier .list__oil-type .list .item img {
    height: 30px;
  }
}
header .box__member-tier .advance-to {
  font-size: 22px;
}
@media (max-width: 767px) {
  header .box__member-tier .advance-to {
    font-size: 22px;
  }
}
header .box__member-tier .advance-to .icon-tier {
  height: 25px;
}
@media (max-width: 767px) {
  header .box__member-tier .advance-to .icon-tier {
    height: 25px;
  }
}
header .box__member-tier .box__info.box__sub {
  border-top: #f2f2f2 2px solid;
  padding: 20px 0 0;
}
header .box__member-tier .box__progressbar {
  margin: 20px auto 0;
  position: relative;
  width: 500px;
  max-width: calc(100% - 100px);
}
@media (max-width: 767px) {
  header .box__member-tier .box__progressbar {
    max-width: calc(100% - 75px);
  }
}
header .box__member-tier .box__progressbar::after {
  background: #ebecec;
  content: "";
  z-index: 0;
  width: 100%;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
header .box__member-tier .box__progressbar .progressbar {
  background: #B393C5;
  width: 50%;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
header .box__member-tier .box__progressbar .text-light,
header .box__member-tier .box__progressbar .text-gray {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  white-space: nowrap;
  pointer-events: none;
}
header .box__member-tier .box__progressbar .text-light {
  color: #ffffff;
  z-index: 2;
}
header .box__member-tier .box__progressbar .text-gray {
  color: #808080;
  z-index: 1;
  clip-path: inset(0 0 0 0);
}
header .box__member-tier .box__progressbar .info-start,
header .box__member-tier .box__progressbar .info-end {
  z-index: 5;
  width: 44px;
  height: 44px;
  position: absolute;
  top: -14px;
  left: -39px;
}
header .box__member-tier .box__progressbar .info-start .icon,
header .box__member-tier .box__progressbar .info-end .icon {
  margin: 0 0 5px;
  overflow: hidden;
  padding: 5px;
  border-radius: 44px;
}
header .box__member-tier .box__progressbar .info-start .icon img,
header .box__member-tier .box__progressbar .info-end .icon img {
  display: block;
  width: 34px;
  height: 34px;
}
header .box__member-tier .box__progressbar .info-start .text,
header .box__member-tier .box__progressbar .info-end .text {
  position: absolute;
  top: 49px;
  left: 0;
}
header .box__member-tier .box__progressbar .info-start .text p,
header .box__member-tier .box__progressbar .info-end .text p {
  font-weight: 500;
  line-height: 1;
  text-wrap: nowrap;
}
header .box__member-tier .box__progressbar .info-end {
  position: relative;
  -webkit-transform: translate(78px, -14px);
          transform: translate(78px, -14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  height: auto;
  top: 0;
}
@media (max-width: 767px) {
  header .box__member-tier .box__progressbar .info-end {
    right: -45px;
  }
}
header .box__member-tier .box__progressbar .info-end .text {
  text-align: right;
  left: auto;
  right: 0;
  position: relative;
  top: 0;
  width: 100%;
}
header .box__member-tier .box__btn {
  border-bottom: #f2f2f2 2px solid;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
header .box__member-tier .btn.btn-orange {
  padding-left: 20px;
  padding-right: 15px;
  width: auto;
}
@media (min-width: 1234px) {
  header .mr-w1234-3,
  header .mx-w1234-3 {
    margin-right: 1rem !important;
  }
  header .ml-w1234-3,
  header .mx-w1234-3 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 1100px) {
  header .d-w1100-block {
    display: block !important;
  }
  header .d-w1100-inline-block {
    display: inline-block !important;
  }
  header .d-w1100-none {
    display: none !important;
  }
}

footer {
  font-family: "DB Ozone X";
  font-weight: 400;
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(73, 163, 71)), to(rgb(132, 191, 65)));
  background: linear-gradient(90deg, rgb(73, 163, 71) 0%, rgb(132, 191, 65) 100%);
  color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  footer {
    font-size: 18px;
  }
}
footer .container-fluid {
  position: relative;
}
footer .btn-chat {
  background: url(../images/template/btn-chat.png) no-repeat;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  z-index: 5;
  width: 260px;
  height: 45px;
  position: absolute;
  top: -45px;
  right: 0;
}
@media (max-width: 767px) {
  footer .btn-chat {
    padding: 0 15px;
    width: 200px;
    height: 35px;
    top: -35px;
    right: 15px;
  }
}
footer .btn-chat span {
  background: url(../images/template/thumb-chat.png) no-repeat 0 center;
  background-size: 24px auto;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 0 35px;
}
@media (max-width: 767px) {
  footer .btn-chat span {
    background-size: 16px auto;
    font-size: 20px;
    padding: 0 0 0 22px;
  }
}
footer .footer-logo {
  width: 120px;
}
@media screen and (max-width: 1024px) {
  footer .footer-logo {
    width: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  footer .footer-logo {
    width: 80px;
  }
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
footer .icon-caption p {
  line-height: 1.25rem;
  font-size: clamp(1em, 2vw, 1.5em);
}
footer .icon-caption span {
  font-size: clamp(2em, 2vw, 3.5em);
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  footer .icon-caption span {
    line-height: 1em;
  }
}
footer .footer-copyright {
  font-weight: lighter;
  opacity: 0.75;
}
@media screen and (max-width: 767.98px) {
  footer .footer-copyright {
    font-size: 15px;
  }
}
footer .followus {
  border-right: 1px solid rgba(255, 255, 255, 0.5098039216);
  padding-right: 15px;
}
footer .followus img,
footer .addfriend img {
  width: 25px;
}
@media screen and (max-width: 767.98px) {
  footer .followus img,
  footer .addfriend img {
    width: 40px;
  }
}

#ams_sdk-button-container {
  width: 200px !important;
  height: 40px !important;
  background-image: url("../images/chat-tab.svg") !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  border-radius: 0 !important;
  bottom: 0 !important;
}
@media (max-width: 767px) {
  #ams_sdk-button-container {
    width: 50px !important;
    height: 50px !important;
    background-image: url("../images/chat-button.svg") !important;
    bottom: 15px !important;
  }
}
#ams_sdk-button-container #ams_sdk-frame-content-header {
  background-color: #ffa41c !important;
}
/*# sourceMappingURL=app.css.map */