main.main-bg {
  background-size: cover;
  background-position: top;
  background-repeat: repeat-y;
}

.main-section {
  padding: 0 80px;
}

.top_section {
  padding: 30px 0;
}

.top_section,
.bottom_section {
  max-width: 90%;
  margin: 0 auto;
}

.adv_content h3 {
  text-align: left;
  margin-bottom: 15px;
}

.top_section h3 {
  text-align: center;
}

.top_section .paragraph {
  text-align: left;
}

.top_section h3,
.bottom_section h3,
.adv_content h3,
.vip_exp_body h3 {
  color: #fcd00f;
  text-transform: uppercase;
  font-family: var(--font-family), sans-serif;
  font-size: 32px;
}

.vip_exp_body ol {
  list-style: auto;
  padding-left: 15px;
}

.adv_content h3,
.bottom_content h3 {
  margin-top: 30px;
}
/* .adv_content h3 {
  text-align: center;
} */

.top_section .paragraph,
.vip_exp_body ul li,
.vip_exp_example .vip_exp_body,
.vip_exp_example .vip_exp_body p {
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  font-family: var(--body-font), sans-serif;
}

.earn-vip-wrapper.adv_wrapper .table-row.earn-body:last-child .table-column,
.earn-vip-wrapper .table-row.earn-body .table-column:first-child .tag_div_alt p,
.earn-vip-wrapper .table-row.earn-body:last-child .table-column .tag_div_alt p,
.earn-vip-wrapper.adv_wrapper
  .column_divide
  .table-row.earn-body
  .table-column:first-child
  .tag_div_alt {
  color: #fee911;
}
.earn-vip-wrapper.adv_wrapper.earn_vippoints
  .table-row.earn-body:last-child
  .table-column {
  color: #fff;
}
.table-row.table-body .table-column .tag_div span,
.earn-vip-wrapper.adv_wrapper.earn_vippoints
  .table-container
  .table-row.earn-body
  .table-column:first-child
  .tag_div_alt,
.earn-vip-wrapper.adv_wrapper
  .table-row.earn-body
  .table-column:first-child
  .tag_div_alt.tag_div_alt_image_wrapper {
  color: #fee911;
}

.vip_exp_body ul {
  list-style: disc;
  padding-left: 20px;
}

.vip_exp_body ul li::marker {
  color: #faff09;
}

.table-wrapper,
.earn-vip-wrapper {
  background: #fee911;
  padding: 8px;
  border-radius: 8px;
}

.table-wrapper .table-container,
.earn-vip-wrapper .table-container {
  background: #351704;
  border-radius: 8px;
  padding: 0 10px;
}

.earn-vip-outerwrapper {
  /* background: #045539; */
  /* padding: 40px; */
  /* max-width: 90%; */
  margin: 0 auto;
  border-radius: 20px;
  margin-bottom: 30px;
}

.table-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #07412a;
}

.table-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 6px;
  background: #fce88b;
}

.table-row.table-header h3 {
  color: #faff09;
  font-family: var(--font-family), sans-serif;
  font-size: 28px;
}
.table-row.table-header {
  margin-bottom: 30px;
  background: rgb(70, 33, 14);
  background: linear-gradient(
    0deg,
    rgb(246, 205, 115) 0%,
    rgb(142, 89, 63) 50%,
    rgb(70, 33, 14) 100%
  );
}

.table-row.adv_header {
  background: rgb(70, 33, 14);
  background: linear-gradient(
    0deg,
    rgb(246, 205, 115) 0%,
    rgb(142, 89, 63) 50%,
    rgb(70, 33, 14) 100%
  );
  margin-top: 8px;
}

.table-row.table-body {
  margin-left: auto;
  margin-right: auto;
}

.vip_point_content h3 {
  margin-bottom: 30px;
}

.table-wrapper .table-row.table-body:last-child,
.earn-vip-wrapper .table-row.earn-body:last-child {
  /* margin-bottom: 30px; */
}

.table-row.table-body .table-column:nth-child(2) .tag_div_alt,
.table-row.table-body .table-column:nth-child(3) .tag_div_alt {
  text-align: center !important;
}
.table-column {
  flex: 1;
  padding: 5px;
  text-align: center;
  /* border: 1px solid #ccc; */
  box-sizing: border-box;
}
.table-row.table-body .table-column {
  background: #46220e;
  background: linear-gradient(0deg, #8b573e 0%, #46220e 100%);
}

.table-row.table-body .table-column,
.table-row.table-body .table-column .tag_div_alt p,
.table-row.table-body .table-column .tag_div span {
  /* color: #fcd00f; */
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}

.table-row.table-header .table-column:first-child {
  width: 25%;
}

.tag_div_alt p {
  display: inline-block;
}
.tag_div_alt img {
  max-width: 30px;
  margin-right: 5px;
}
.tag_div_alt {
  text-align: center;
}

.tag_div_alt p {
  display: inline-block;
  float: left;
}
.table-body-col {
  display: flex;
  align-content: space-between;
  justify-content: space-evenly;
}
.column_divide {
  display: flex;
  flex-direction: column;
  columns: 1;
  width: 25%;
}

.column_divide:first-child {
  align-items: flex-start;
  justify-content: center;
}

.column_divide:first-child .tag_div_alt {
  color: #faff09;
  font-family: var(--font-family), sans-serif;
  font-size: 18px;
  padding-left: 20px;
}

.table-row.table-body .table-column .tag_div_alt p {
  float: none;
}

.column_divide:first-child .tag_div_alt::before {
  display: inline-block;
  content: "●";
  list-style: circle;
  margin-right: 10px;
}

.tag_div_alt.tag_div_alt_part p,
.tag_div_alt.tag_div_alt_part {
  line-height: 30px;
}

.column_divide:last-child {
  width: 75%;
  columns: 2;
}

.table-wrapper .tag_div {
  max-width: 60%;
  margin: 0 auto;
  border-radius: 28px;
  vertical-align: middle;
  /* line-height: 40px; */
  text-align: left;
}

.table-row.table-body .table-column .tag_div_alt p {
  line-height: 40px;
}

.tag_div span,
.table-row.table-body .table-column .tag_div_alt p {
  /* color: #fcd00f; */
}

.tag_div img {
  max-width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

.vip_point_content_cash .vip_exp_body {
  /* max-width: 90%; */
  margin: 30px auto;
}
.vip_point_content_cash h4 {
  font-size: 18px;
  color: #faff09;
}
.vip_point_content_cash .vip_exp_body p {
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0;
}

.vip_point_content_cash .vip_exp_body a {
  background: #5a2808;
  padding: 5px 20px;
}
/* Earn Vip Exp */

.earn-vip-wrapper {
  background: #fee911;
  background: linear-gradient(
    0deg,
    rgba(180, 157, 5, 1) 0%,
    rgba(237, 254, 97, 1) 100%
  );
  padding: 8px;
  border-radius: 8px;
}

.table-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #07412a;
}

.table-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  background: #fce88b;
}

.table-row.table-header h3 {
  color: #faff09;
  font-family: var(--font-family), sans-serif;
}

.table-row.table-header {
  margin: 10px 0;
}

.table-row.table-body {
  margin-left: auto;
  margin-right: auto;
}

.table-row.earn-body {
  /* background: transparent; */
  background: #46220e;
  background: linear-gradient(0deg, #8b573e 0%, #46220e 100%);
  position: relative;
  padding: 10px 0;
  border-radius: 8px;
}

.earn-vip-wrapper .table-row.earn-body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-image: url("../images/after_tbl.png");
}

.adv_wrapper .table-row.earn-body:after {
  display: none;
}

.table-wrapper .table-row.table-body:last-child {
  /* margin-bottom: 30px; */
}

.table-column {
  flex: 1;
  padding: 5px;
  text-align: center;
  box-sizing: border-box;
}

.table-row.earn-body .table-column,
.tag_div_alt p,
.tag_div span,
.adv_content .vip_exp_body {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
}

/* .table-row.earn-body .table-column:nth-child(odd) {
  color: #faff09;
} */

.vip_exp_example .vip_exp_body strong {
  color: #faff09;
}

.adv_content .vip_exp_body {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

/* Earn Vip Exp */

.adv_wrapper {
  border-radius: 8px;
}

.adv_wrapper .table-container {
  background: #351704;
  border-radius: 8px;
  padding: 0 10px;
}

.adv_wrapper .table-container .table-column h3 {
  color: #faff09;
  font-size: 20px;
  line-height: 2;
  margin: 0 10px;
  padding: 0 5px;
}

.earn-vip-wrapper.adv_wrapper .table-row.earn-body .table-column:first-child {
  display: flex;
  padding-left: 30px;
}



.adv_wrapper .table-row.earn-body {
  background: #46220e;
  background: linear-gradient(0deg, #8b573e 0%, #46220e 100%);
}

.adv_wrapper .table-row.earn-body .table-column {
  color: #fff;
}
.adv_wrapper .table-row.earn-body.table-footer {
  background: #045539;
}

.adv_wrapper .table-row.earn-body:last-child .table-column:last-child {
  flex: 1;
}

.table-row.earn-body:last-child .table-column:last-child {
  flex: 2;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
}

.table_total {
  color: #faff09;
}
.table_total_desc {
  color: #fcd00f;
}

/* Table Main */

.advantagesrewards_table_main,
.vippoints_table_main {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 30px;
}

.advantagesrewards_table_main {
  /* max-width: 90%; */
  margin: 0 auto;
}

.advantagesrewards_table_main .table-container
/* .table-row.table-header.adv_main_header.adv_main_header_image { */ {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.advantagesrewards_table_main .table-row.table-header.adv_main_header {
  background: #46220e;
  background: linear-gradient(0deg, #8b573e 0%, #46220e 100%);
  color: #faff09;
}

.advantagesrewards_table_main .table-row.table-header.adv_main_header {
  max-width: 95%;
  margin: 10px auto;
}

.advantagesrewards_table_main .table-row.adv_body {
  max-width: 95%;
  margin: 5px auto;
}

.advantagesrewards_table_main
  .table-row.table-header.adv_main_header
  .table-column
  h3 {
  color: #faff09;
  font-size: 14px;
  align-content: center;
  height: 100%;
}

.tag_div_badges_level p {
  color: #faff09;
  text-align: left;
  padding-left: 25px;
}

.advantagesrewards_table_main .table-row.adv_body {
  background: #46220e;
  background: linear-gradient(0deg, #8b573e 0%, #46220e 100%);
}

.tag_div_badges_YES img,
.tag_div_badges_NO img {
  width: 20px;
  height: auto;
  text-align: center;
}

.advantagesrewards_table_main .table-row.adv_body {
  color: #147040;
  font-weight: bold;
}

.table-row.table-header.adv_main_header.level_table {
  border-bottom: 2px solid #faff09;
}

.advantagesrewards_table_main
  .table-row.table-header.adv_main_header
  .table-column,
.advantagesrewards_table_main .table-row.adv_body .table-column,
.advantagesrewards_table_main
  .table-row.table-header.adv_main_header.vip_main_header
  .table-column,
.advantagesrewards_table_main .table-row.adv_body.vip_main_body .table-column {
  width: 8%;
  max-width: 8%;
  min-width: 8%;
}

.advantagesrewards_table_main
  .table-row.table-header.adv_main_header.vip_main_header
  .table-column,
.advantagesrewards_table_main .table-row.adv_body.vip_main_body .table-column {
  width: 10%;
  max-width: 10%;
  min-width: 10%;
}

.divider {
  max-width: 10px;
  height: 10px;
  top: 2px;
  position: relative;
  padding: 1px;
}

.advantagesrewards_table_main
  .table-row.table-header.adv_main_header
  .table-column:first-child,
.advantagesrewards_table_main
  .table-row.adv_body
  .table-column:first-child
  .advantagesrewards_table_main
  .table-row.table-header.adv_main_header.vip_main_header
  .table-column:first-child,
.advantagesrewards_table_main
  .table-row.adv_body.vip_main_body
  .table-column:first-child {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
}

.advantagesrewards_table_main .table-row.adv_body:last-child {
  margin-bottom: 30px;
}

.advantagesrewards_table_main
  .table-row.table-header.adv_main_header.adv_main_header_image {
  background: transparent;
}

.advantagesrewards_table_main
  .table-row.table-header.adv_main_header.adv_main_header_image
  img {
  max-width: 50px;
}

.advantagesrewards_table_main
  .table-row.table-header.adv_main_header.adv_main_header_image {
  margin-bottom: 0;
}

h3.vippoints_table {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #faff09;
  text-transform: none;
}

.advantagesrewards_table_main .table-row.adv_body .table-column:first-child,
.advantagesrewards_table_main
  .table-row.table-header.adv_main_header
  .table-column:first-child {
  width: 30%;
  max-width: 30%;
}

.table-row.vippoints_row {
  background: rgb(6, 60, 35);
  background: linear-gradient(
    90deg,
    rgba(6, 60, 35, 1) 0%,
    rgba(39, 182, 113, 1) 50%,
    rgba(6, 60, 35, 1) 100%
  );
  padding: 12px 0px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.table-row.table-header.adv_main_header.vip_main_header {
  background: transparent;
}

.table-row.table-header.adv_main_header.vip_main_header .table-column img {
  max-width: 30%;
  display: inline-block;
  float: left;
}

.advantagesrewards_table_main .table-row.vip_main_body:nth-child(odd) {
  background: #fcd00f;
  box-shadow: none;
  border-radius: 50px;
}

.vip_point_amount {
  display: inline-block;
}

.vip_pricet,
.vip_amount {
  float: left;
  display: inline-flex;
}

.vip_amount h5,
.vip_pricet h5 {
  font-size: 13px;
}

.advantagesrewards_table_main .table-row.vip_main_body .table-column {
  vertical-align: middle;
  line-height: 3;
  padding: 0;
}

.vip_point_amount {
  display: inline-block;
  padding: 6px 8px;
  background: #0f7a50;
  border-radius: 10px;
  line-height: 1;
  vertical-align: middle;
}

.advantagesrewards_table_main
  .table-row.table-header.adv_main_header.vip_main_header
  .table-column
  h3 {
  max-width: 70%;
  float: left;
  padding: 0 5px;
  text-align: left;
  align-content: center;
  height: 100%;
}
.advantagesrewards_table_main
  .table-row.adv_main_header.vip_main_header
  .table-column:first-child {
  text-align: center;
}
.advantagesrewards_table_main
  .table-row.adv_body.vip_main_body
  .table-column:first-child {
  background: #dfd311;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.advantagesrewards_table_main
  .table-row.adv_main_header.vip_main_header
  .table-column:first-child
  h3 {
  text-align: center !important;
  width: 100%;
}

.earn-vip-wrapper.adv_wrapper.earn_vippoints
  .table-row.earn-body
  .table-column:first-child {
  display: block;
  padding-left: 0;
}

.example_vip_earn_points ol,
.example_vip_earn_points ul {
  list-style: auto;
  padding-left: 15px;
}

.example_vip_earn_points ol li,
.example_vip_earn_points ul li {
  font-size: 18px;
  margin: 20px 0;
}

.example_vip_earn_points ul {
  list-style: disc;
  padding-left: 20px;
  color: #faff09;
}
.example_vip_earn_points ul li::marker {
  color: #faff09;
}

.vip_exp_example .vip_exp_body ol li {
  margin: 20px 0;
  font-size: 18px;
}

/*
.advantagesrewards_table_main .table-row.adv_body .table-column:first-child {
  text-align: left;
} */

/* End Table Main */

@media only screen and (min-width: 767px) {
  .mob_img,
  .mob_block {
    display: none;
  }
  .web_img,
  .web_block {
    display: flex;
  }

  .table-row.vippoints_row.web_block {
    margin-bottom: 0;
  }
  .earn-vip-wrapper.advantagesrewards_table_main.vip_points_table_main
    .table-container {
    border-radius: 0;
  }
  .earn-vip-wrapper.advantagesrewards_table_main.vip_points_table_main
    .table-row.adv_body:last-child {
    margin-bottom: 30px;
    border-radius: 18px;
    background: #1eab61;
    box-shadow: none;
  }
  .earn-vip-wrapper.advantagesrewards_table_main.vip_points_table_main
    .table-row.table-header.adv_main_header.vip_main_header
    .table-column
    h3 {
    color: #faff09;
  }
}

@media only screen and (max-width: 767px) {
  .mob_img,
  .mob_block {
    display: flex;
  }
  .web_img,
  .web_block,
  #web_block {
    display: none;
  }

  .main-section {
    padding: 0;
  }

  .table-row.table-body .table-column .tag_div {
    display: flex;
  }

  .earn-vip-outerwrapper {
    max-width: 100%;
    padding: 0;
  }

  .vip_point_amount {
    padding: 8px 38px;
    width: 60%;
    margin: 0 auto;
  }

  .vip_amount h5,
  .vip_pricet h5 {
    font-size: 16px;
    padding: 0 2px;
  }

  .top_section h3,
  .bottom_section h3,
  .adv_content h3,
  .vip_exp_body h3 {
    font-size: 20px;
  }
  .top_section .paragraph,
  .vip_exp_body ul li,
  .vip_exp_example .vip_exp_body,
  .vip_exp_example .vip_exp_body p {
    font-size: 14px;
    line-height: 20px;
  }

  .top_section .paragraph,
  .vip_exp_body ul li,
  .vip_exp_example .vip_exp_body,
  .vip_exp_example .vip_exp_body p {
    margin: 10px auto;
  }
  .table-row.table-header h3 {
    font-size: 18px;
  }
  .tag_div {
    width: 100%;
    max-width: 100%;
  }
  .advantagesrewards_table_main .table-row.adv_body {
    font-size: 13px;
    line-height: 1;
  }
  .table-row.table-header.adv_main_header {
    display: none;
  }
  .advantagesrewards_table_main
    .table-row.table-header.adv_main_header.adv_main_header_image {
    display: flex;
  }
  .advantagesrewards_table_main
    .table-row.table-header.adv_main_header.adv_main_header_image
    img {
    max-width: 25px;
  }
  .table-row.table-header.adv_main_header.vip_main_header {
    display: flex;
  }
  .earn-vip-wrapper.advantagesrewards_table_main.vip_points_table_main
    .table-container {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .table-row.table-header.adv_main_header.vip_main_header {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .earn-vip-wrapper.advantagesrewards_table_main.vip_points_table_main
    .table-row.adv_body.vip_main_body {
    flex: 2;
    flex-direction: column;
  }
  .earn-vip-wrapper.advantagesrewards_table_main
    .table-row.adv_body.vip_main_body
    .table-column {
    width: 100%;
    max-width: 100%;
  }
  .earn-vip-wrapper .table-row.vippoints_row.mob_block {
    display: none;
  }
  .earn-vip-wrapper.advantagesrewards_table_main
    .table-row.table-header.adv_main_header
    > div:first-child {
    /* background: #faff09; */
    width: 100%;
    height: 40px;
  }

  .earn-vip-wrapper.advantagesrewards_table_main
    .table-row.table-header.adv_main_header.adv_main_header_image,
  .earn-vip-wrapper.advantagesrewards_table_main
    .table-row.table-header.adv_main_header.adv_main_header_image
    > div {
    background: transparent;
  }

  .earn-vip-wrapper.advantagesrewards_table_main
    .table-row.table-header.adv_main_header.adv_main_header_image
    .table-column:first-child {
    width: 25%;
    max-width: 25%;
  }

  .earn-vip-wrapper.advantagesrewards_table_main
    .table-row.table-header.adv_main_header.adv_main_header_image
    img {
    max-width: 25px;
    height: 25px;
  }

  .earn-vip-wrapper.advantagesrewards_table_main
    .table-row.table-header.adv_main_header {
    margin: 0;
  }
  .earn-vip-wrapper.advantagesrewards_table_main
    .table-row.adv_body.vip_main_body
    .table-column {
    background: #fcd00f;
    margin-bottom: 5px;
  }
  .earn-vip-wrapper.advantagesrewards_table_main
    .table-row.adv_body.vip_main_body
    .table-column:first-child {
    border-radius: 0;
    /* background-color: #faff09; */
    height: 40px;
  }
  .earn-vip-wrapper.advantagesrewards_table_main
    .table-row.table-header.adv_main_header
    .table-column:first-child {
    width: 100%;
    max-width: 100%;
  }

  .earn-vip-wrapper.advantagesrewards_table_main
    .table-row.table-header.adv_main_header
    > div,
  .earn-vip-wrapper.advantagesrewards_table_main
    .table-row.adv_body.vip_main_body
    > div {
    margin: 0;
    padding: 0;
    display: inline-flex;
    background: #fcd00f;
    height: 40px;
    margin: 2px 0;
  }

  .advantagesrewards_table_main .table-row.vip_main_body:nth-child(odd) {
    background: transparent;
  }
  .advantagesrewards_table_main .table-row.adv_body:last-child {
    margin-bottom: 0;
  }

  .advantagesrewards_table_main .table-row.adv_body {
    margin: auto;
  }

  .earn-vip-wrapper.advantagesrewards_table_main.vip_points_table_main
    .table-row.adv_main_header.vip_main_header
    .table-column:first-child
    h3 {
    text-align: left !important;
  }
  .earn-vip-wrapper.advantagesrewards_table_main.vip_points_table_main
    .table-row.table-header.adv_main_header.vip_main_header
    .table-column
    img {
    max-width: 20%;
    width: 20%;
  }
  .adv_wrapper .table-container .table-column h3 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 10px 0;
  }

  .column_divide:first-child .tag_div_alt::before {
    margin-right: 0px;
  }

  .tag_div_alt.tag_div_alt_part p,
  .tag_div_alt.tag_div_alt_part {
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
  }

  .tag_div_alt.tag_div_alt_part p {
    display: block;
    float: none;
  }

  .tag_div_alt img {
    max-width: 25px;
    margin-right: 5px;
  }

  .tag_div_alt p {
    color: #fff;
    font-size: 13px;
  }

  .column_divide:first-child .tag_div_alt {
    font-size: 14px;
    padding-left: 15px;
    text-align: left;
  }

  .column_divide .table-row.earn-body .table-column {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .table-row.table-body .table-column .tag_div_alt p,
  .earn-vip-wrapper.adv_wrapper
    .table-row.table-body
    .table-column
    .tag_div_alt
    p,
  .earn-vip-wrapper.adv_wrapper .table-row.earn-body .table-column {
    line-height: 1;
    font-size: 14px;
  }

  .tag_div_alt.tag_div_alt_image_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tag_div_badges_level p {
    line-height: 1.2;
  }

    .earn-vip-wrapper.adv_wrapper .table-row.earn-body:last-child .table-column {
      display: flex;
      align-items: center;
      justify-content: center;
    }
}

/* Make columns stack on smaller screens */
/* @media (max-width: 768px) {
    .table-row {
      flex-direction: column;
    }
  } */
