/* ANIMATION */
@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  src: local("Poppins"), url(https://cdn.napali.app/fonts/Poppins/Poppins-Light.woff2) format("woff2"); }
@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  src: local("Poppins"), url(https://cdn.napali.app/fonts/Poppins/Poppins-Regular.woff2) format("woff2"); }
@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  src: local("Poppins"), url(https://cdn.napali.app/fonts/Poppins/Poppins-SemiBold.woff2) format("woff2"); }
@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  src: local("Poppins"), url(https://cdn.napali.app/fonts/Poppins/Poppins-Bold.woff2) format("woff2"); }
* {
  box-sizing: border-box; }

:root {
  --neutral700: #303030;
  --neutral25: #f8f8f8;
  --neutral50: #e5e5e5;
  --green: #039855; }

body {
  font-family: "hurme-regular", "Helvetica Neue", "Helvetica", Arial, Segoe UI Symbol, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.header {
  position: relative;
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
  background: var(--neutral700);
  box-sizing: border-box; }
  .header img {
    height: 30px; }
  .header .header_left, .header .header_right {
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: white;
    font-weight: 600; }

.critical_error,
.custom_message {
  position: fixed;
  z-index: 30000;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #222222;
  display: none;
  justify-content: center;
  align-items: center;
  color: red;
  font-size: 22px;
  font-weight: bold; }
  .critical_error.displayed,
  .custom_message.displayed {
    display: flex;
    flex-direction: column; }
  .critical_error .critical_error-reload,
  .custom_message .critical_error-reload {
    cursor: pointer;
    padding: 30px;
    background: black;
    color: white;
    border: none; }

.critical_error .content {
  background: white;
  padding: 30px;
  max-width: 600px;
  margin: auto;
  text-align: center; }

.custom_message {
  padding: 40px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  color: black; }
  .custom_message .custom_message-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/close.png) center center no-repeat;
    background-size: auto 50%;
    width: 40px;
    height: 40px;
    border: none; }
  .custom_message .custom_message-content {
    position: relative;
    display: fleX;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    min-width: 300px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.03em;
    min-height: 200px;
    box-shadow: #bbb 1px 1px 1px;
    background: white;
    padding: 20px; }

.user_group {
  background: var(--neutral25); }

.user_group-content {
  width: 100%;
  padding: 0px 0;
  font-size: 15px;
  letter-spacing: 0.02em; }

label {
  font-family: "hurme-semibold", "Helvetica Neue", "Helvetica", Arial, Segoe UI Symbol, sans-serif;
  display: inline-block;
  margin-right: 1px; }

.page {
  position: relative;
  padding: 2px; }

h1 {
  font-size: 0; }

.main_infos {
  display: flex;
  padding: 16px 56px;
  justify-content: center;
  align-items: flex-start;
  gap: var(--global-num-space-space_4, 24px);
  align-self: stretch; }

.user_left, .user_right {
  padding: 0;
  opacity: 1;
  width: 50%;
  transition: opacity 0.5s ease 0s; }
  .loading .user_left, .loading .user_right {
    opacity: 0; }

.user_right {
  text-align: right; }

.reward_action {
  text-align: right; }

.main_infos p {
  margin: 0px 0;
  padding-right: 0px;
  box-sizing: border-box;
  min-height: 2em; }

.main_infos p:empty:before,
.user_group span:empty:before {
  content: '';
  display: inline-block;
  width: 200px;
  background: #f5f5f5;
  height: 2px;
  animation-name: loading;
  animation-duration: 1.2s;
  animation-iteration-count: infinite; }

.user_group span:empty:before {
  width: 50px; }

.main_infos p,
.user_group span {
  min-height: 1.5em; }

.user_points span,
.user_num_rewards span {
  display: inline-block;
  margin-left: 5px;
  padding: 1px 10px;
  border-radius: 10px;
  background: black;
  color: white;
  font-size: 13px; }

.user_points span:empty,
.user_num_rewards span:empty {
  background: none; }

@keyframes loading {
  from {
    background: #f5f5f5; }
  50% {
    background: #e5e5e5; }
  to {
    background: #f5f5f5; } }
.main_infos p.user_name {
  width: 100%;
  color: var(--global-color-neutral-900, #000);
  /* display/display6/se-600 */
  font-family: var(--font-family, Poppins);
  font-size: var(--font-size-_07, 20px);
  font-style: normal;
  font-weight: var(--font-weight-semi, 600);
  line-height: var(--font-line_height-_04, 24px);
  /* 120% */
  letter-spacing: var(--font-letter_spacing-_04, 0.4px); }

h2 {
  color: #000;
  /* body/body2/se-600 */
  font-family: var(--font-family, Poppins);
  font-size: var(--font-size-_05, 16px);
  font-style: normal;
  font-weight: var(--font-weight-semi, 600);
  line-height: var(--font-line_height-_04, 24px);
  /* 150% */
  letter-spacing: var(--font-letter_spacing-_00, 0px); }

.content_group {
  margin-bottom: 20px; }

.loading {
  background: url(../img/loading.gif) center center no-repeat;
  background-size: auto 50px; }

table {
  table-layout: fixed;
  background: white;
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  padding: 0px; }

.reward_points {
  text-align: center; }

tr, th, td {
  color: var(--global-color-neutral-900, #000);
  text-align: left;
  padding: 0 24px;
  /* body/body3/re-400 */
  font-family: var(--font-family, Poppins);
  font-size: var(--font-size-_04, 14px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line_height-_02, 20px);
  /* 142.857% */
  letter-spacing: var(--font-letter_spacing-_00, 0px); }

tr {
  padding: 0px;
  background: white;
  margin: 0 calc(24px * 2); }

th {
  color: #000;
  background: var(--neutral25);
  height: 52px;
  line-height: 52px; }

td {
  padding: 24px 0;
  border-bottom: 1px solid var(--neutral50); }

.reward_action button {
  border-radius: 10px;
  white-space: nowrap;
  background: var(--neutral25);
  text-decoration: none;
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #ebebeb;
  box-shadow: 1px 1px 1px 0px #eee;
  color: var(--green);
  font-size: 12px;
  min-width: 100px; }
  .reward_action button span {
    position: relative;
    padding: 0px;
    background: var(--green);
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-left: 0px;
    margin-right: 10px; }

.reward_action button.incart {
  color: red; }
  .reward_action button.incart span {
    background: red; }

.reward_action button.loadingbutton {
  color: #c67935; }
  .reward_action button.loadingbutton span {
    background: #c67935; }

.reward_flex {
  display: none;
  width: 100%;
  margin: auto;
  justify-content: center;
  padding: 0 56px; }

.reward_flex.visible {
  display: flex; }

.reward_cancel {
  bottom: 0;
  vertical-align: middle;
  width: 50px;
  cursor: pointer;
  background: none;
  border: none;
  text-decoration: underline;
  color: black;
  font-size: 0px;
  padding: 15px;
  background: url(../img/delete_red.svg) center center no-repeat;
  background-size: 50%; }

.reward_cancel.disabled {
  pointer-events: none;
  opacity: 0.2; }

.reward_name {
  position: relative;
  width: 100%; }

.buyable_rewards .reward_title {
  padding-right: 15px;
  padding-left: 24px;
  color: var(--global-color-neutral-900, #000);
  /* body/body3/se-600 */
  font-family: var(--font-family, Poppins);
  font-size: var(--font-size-_04, 14px);
  font-style: normal;
  font-weight: var(--font-weight-semi, 600);
  line-height: var(--font-line_height-_02, 20px);
  /* 142.857% */
  letter-spacing: var(--font-letter_spacing-_00, 0px); }

.history_container {
  padding: 30px 0; }

.order_col {
  padding: 8px 15px;
  border-bottom: none; }
  .big_line .order_col {
    border-top: 1px solid var(--neutral50); }
  .order_col.order_right {
    text-align: right; }
  .order_col img {
    width: 100px; }

.table_header {
  position: relative;
  z-index: 2;
  padding: 0 24px;
  height: 52px;
  line-height: 52px;
  background: var(--neutral25);
  margin-bottom: -1px; }
  .table_header:after {
    content: '';
    display: block;
    margin: 0;
    background: var(--neutral50);
    height: 1px; }

.buyable_rewards {
  padding-top: 32px; }

.reward_desc {
  padding-top: 5px;
  padding-left: 24px;
  padding-right: 15px;
  color: var(--global-color-neutral-900, #000);
  /* body/body4/re-400 */
  font-family: var(--font-family, Poppins);
  font-size: var(--font-size-_03, 12px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line_height-_01, 18px);
  /* 150% */
  letter-spacing: var(--font-letter_spacing-_02, 0.24px); }

.reward_apply {
  opacity: 0.1;
  pointer-events: none; }

.cegid_loaded .reward_apply {
  opacity: 1;
  pointer-events: all; }
  .cegid_loaded .reward_apply.disabled {
    opacity: 0.3;
    filter: grayscale(1);
    pointer-events: none; }

.customer_convert {
  display: none; }

.customer_convert.visible {
  display: block; }

.loading_info {
  text-align: center;
  padding: 40px 0;
  font-size: 20px; }

.customer_convert .intro,
.customer_convert .converted {
  text-align: center;
  font-size: 16px;
  max-width: 500px;
  padding: 30px 0 20px 0;
  margin: auto; }

.customer_convert .converted {
  display: none;
  font-size: 20px;
  line-height: 1.5em;
  padding: 30px 0; }

.customer_convert ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 570px;
  margin: auto;
  list-style: none;
  text-transform: uppercase;
  text-align: left; }

.customer_convert label {
  display: inline-block;
  width: 210px;
  line-height: 40px; }

.convert_action {
  text-align: center;
  padding: 10px 0; }

.convert_action.loading {
  opacity: 0.3;
  pointer-events: none; }

.customer_convert li {
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  background: white;
  margin: 5px; }

.convert_action button {
  padding: 10px 30px; }

@media (max-width: 812px) {
  table {
    table-layout: inherit; }

  td {
    padding: 10px; }

  .reward_flex {
    padding: 0; }
    .reward_flex .reward_title, .reward_flex .reward_desc {
      padding: 0; }

  th {
    display: none; }

  .buyable_rewards {
    padding: 0; }

  .user_left, .user_right {
    width: 100%; }

  .header .header_left {
    width: 100%; }
  .header .header_right {
    display: none; }

  table {
    background: white;
    width: calc(100% - 10px);
    margin: 0 5px 40px 5px; }

  h2 {
    margin: 30px 5px 0 5px; }

  tr, th, td {
    font-size: 12px;
    padding: 15px 10px; }

  .reward_cancel {
    width: 35px; }

  .content {
    width: 100%; }

  .user_group {
    flex-direction: column; }

  .main_infos {
    flex-direction: column; }

  .user_right {
    text-align: left; }

  .reward_flex.visible {
    flex-direction: column;
    max-width: 100%; }

  .header {
    width: 100%;
    max-width: 100%; }

  .reward_flex .content_group {
    width: 100%; }

  .reward_action button {
    white-space: normal; } }
@media (max-width: 1024px) and (min-width: 500px) {
  tr, th, td {
    font-size: 14px; } }

/*# sourceMappingURL=style.css.map */
