.row__layout {
  width: 100%;
  float: left;
  overflow: hidden;
  clear: both; }

.spinner {
  animation: rotator 1.4s linear infinite; }

@keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

@keyframes colors {
  0% {
    stroke: #4285F4; }
  25% {
    stroke: #DE3E35; }
  50% {
    stroke: #F7C223; }
  75% {
    stroke: #1B9A59; }
  100% {
    stroke: #4285F4; } }
@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }
.transit {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.mb_20 {
  margin-bottom: 20px; }

.mb_5 {
  margin-bottom: 5px; }

.pl20 {
  padding-left: 20px; }

.fs17 {
  font-size: 17px; }

.text-center {
  text-align: center; }

.loyalty {
  background: #fff; }
  .loyalty .dpnone {
    display: none; }
  .loyalty .dpblock {
    display: block !important; }
  .loyalty .color-cd1417 {
    color: #cd1417; }
  .loyalty .confirm_account {
    text-align: center;
    color: darkred;
    font-size: 16px;
    font-weight: 500; }
  .loyalty .header_bcr {
    display: flex; }
    .loyalty .header_bcr .breadcrumb {
      display: flex;
      align-items: center;
      flex: 1; }
  .loyalty .status .status_inner {
    padding: 4px 10px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px;
    display: inline-block;
    color: #fff; }
  .loyalty .status .pending-border.mdc-card:hover {
    border-color: #ff8d00 !important; }
  .loyalty .status .approved-border.mdc-card:hover {
    border-color: blue !important; }
  .loyalty .status .rejected-border.mdc-card:hover {
    border-color: red !important; }
  .loyalty .status .delivered-border.mdc-card:hover {
    border-color: #1aaa55 !important; }
  .loyalty .status .pending {
    background: #ff8d00; }
  .loyalty .status .approved {
    background: blue; }
  .loyalty .status .rejected {
    background: red; }
  .loyalty .status .delivered {
    background: #1aaa55; }
  .loyalty .breadcrumb_s2 {
    padding-left: 0;
    text-align: right; }
    .loyalty .breadcrumb_s2 li {
      list-style: none;
      display: inline-block;
      position: relative;
      border-radius: 5px; }
      .loyalty .breadcrumb_s2 li.active a {
        background: #cd1417;
        color: #fff; }
      .loyalty .breadcrumb_s2 li a {
        padding: 10px 20px;
        background: #ccc;
        text-decoration: none;
        font-weight: bold; }
  .loyalty .border_input {
    border: solid 1px #c2c2c2;
    border-radius: 5px; }
    .loyalty .border_input input {
      border: 0; }
  .loyalty .page_number {
    cursor: pointer;
    margin-bottom: 5px; }
    .loyalty .page_number.active {
      border: 1px solid #cd1417; }
      .loyalty .page_number.active a {
        color: #cd1417; }
  .loyalty .br {
    color: aliceblue; }
  .loyalty .loading {
    z-index: 6;
    display: none; }
    .loyalty .loading i.material-icons {
      font-size: 60px;
      color: #008000;
      display: none; }
  .loyalty .color_cd1417 {
    color: #cd1417; }
  .loyalty .manager {
    overflow: inherit; }
  .loyalty img {
    max-width: 100%; }
  .loyalty .mt_mb_0 {
    margin-top: 0;
    margin-bottom: 0; }
  .loyalty .mt_0 {
    margin-top: 0; }
  .loyalty .pd0 {
    padding: 0; }
  .loyalty .ml-5 {
    margin-left: 5px; }
  .loyalty .list_item svg {
    width: 40px;
    height: 40px;
    float: left; }
  .loyalty .list-logo svg {
    width: 25px;
    height: 25px; }
  .loyalty .top {
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px; }
    .loyalty .top .info_box {
      display: flex;
      position: relative; }
      .loyalty .top .info_box::before {
        position: absolute;
        content: "";
        height: 50px;
        width: 1px;
        background: #e3e3e3;
        right: 0;
        top: 10px; }
      .loyalty .top .info_box img {
        width: 60px;
        height: 60px;
        border-radius: 50%; }
      .loyalty .top .info_box .info {
        align-items: center; }
        .loyalty .top .info_box .info .img_box {
          margin-right: 10px;
          width: 60px;
          float: left; }
        .loyalty .top .info_box .info .name_level {
          width: calc(100% - 70px);
          overflow: hidden;
          float: left; }
          .loyalty .top .info_box .info .name_level .name {
            font-weight: normal;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: 0; }
          .loyalty .top .info_box .info .name_level .level_rank {
            color: #cd1417;
            font-weight: bold;
            font-size: 13px;
            text-transform: uppercase;
            margin-top: 10px; }
    .loyalty .top .list_item {
      display: flex;
      align-items: center; }
      .loyalty .top .list_item .circle_next {
        background: #cd1417;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin-left: 20px;
        position: relative; }
        .loyalty .top .list_item .circle_next .icon_next {
          position: absolute;
          left: 1px;
          top: 1px;
          margin: auto;
          color: #fff; }
  .loyalty .history_changes, .loyalty .info_point {
    margin-left: 10px;
    border: 1px solid #adadad;
    padding: 6px 10px;
    border-radius: 3px;
    background-color: #fff;
    text-decoration: none; }
  .loyalty .info_point {
    display: none;
    background: transparent;
    cursor: pointer; }
  .loyalty .display-mobile {
    display: none; }
  .loyalty .item_point_box {
    display: flex;
    flex: 1; }
    .loyalty .item_point_box .text p {
      margin: 0; }
    .loyalty .item_point_box .item_point {
      display: flex;
      align-items: center;
      flex: 1;
      cursor: pointer; }
      .loyalty .item_point_box .item_point .svg path {
        fill: #808080; }
      .loyalty .item_point_box .item_point .text {
        margin-left: 10px; }
        .loyalty .item_point_box .item_point .text .number_point {
          color: #cd1417;
          font-size: 20px; }
  .loyalty .conten .list-logo .title_list_logo {
    position: relative; }
    .loyalty .conten .list-logo .title_list_logo::before {
      content: "";
      position: absolute;
      width: 100px;
      height: 2px;
      background: #5e5e5e;
      bottom: -1em; }
  .loyalty .conten .list-logo .mdc-list {
    padding: 15px 0 0 0px; }
    .loyalty .conten .list-logo .mdc-list .mdc-list-item {
      transition: all .5s; }
      .loyalty .conten .list-logo .mdc-list .mdc-list-item .svg path {
        transition: all .5s;
        fill: #393939; }
      .loyalty .conten .list-logo .mdc-list .mdc-list-item:hover {
        transition: all .5s; }
        .loyalty .conten .list-logo .mdc-list .mdc-list-item:hover a {
          transition: all .5s;
          color: #cd1417; }
        .loyalty .conten .list-logo .mdc-list .mdc-list-item:hover .svg path {
          transition: all .5s;
          fill: #cd1417; }
      .loyalty .conten .list-logo .mdc-list .mdc-list-item.active {
        opacity: 1; }
        .loyalty .conten .list-logo .mdc-list .mdc-list-item.active a {
          color: #cd1417; }
        .loyalty .conten .list-logo .mdc-list .mdc-list-item.active .svg path {
          fill: #cd1417; }
      .loyalty .conten .list-logo .mdc-list .mdc-list-item a {
        transition: all .5s;
        display: inherit;
        width: 100%;
        text-decoration: none; }
      .loyalty .conten .list-logo .mdc-list .mdc-list-item .name {
        padding-left: 20px;
        padding-top: 3px; }
  .loyalty .conten .container {
    margin-bottom: 50px;
    margin-top: 15px; }
    .loyalty .conten .container .mdc-card {
      padding: 20px;
      box-shadow: none;
      border: 2px solid #dbdbdb;
      border-radius: 5px;
      text-align: center;
      transition: all .5s;
      height: 100%; }
      .loyalty .conten .container .mdc-card:hover {
        transition: all .5s;
        border: 2px solid #cd1417;
        box-shadow: 2px 5px 13px 0px #ccc; }
        .loyalty .conten .container .mdc-card:hover .mdc-button {
          transition: all .5s;
          background: #cd1417;
          color: #fff; }
        .loyalty .conten .container .mdc-card:hover .card_image .card_image_hover {
          display: block; }
        .loyalty .conten .container .mdc-card:hover .card_image .card_image_item {
          display: none; }
      .loyalty .conten .container .mdc-card .icon {
        display: flex;
        align-items: center; }
        .loyalty .conten .container .mdc-card .icon svg {
          width: 20px;
          height: 20px; }
      .loyalty .conten .container .mdc-card .card_image {
        width: 136px;
        height: auto;
        margin: auto; }
        .loyalty .conten .container .mdc-card .card_image .card_image_hover {
          display: none; }
      .loyalty .conten .container .mdc-card .card_conten .title_history {
        cursor: pointer;
        margin-bottom: 5px; }
      .loyalty .conten .container .mdc-card .card_deal {
        margin-top: 10px; }
        .loyalty .conten .container .mdc-card .card_deal .mdc-linear-progress {
          margin-top: 5px; }
          .loyalty .conten .container .mdc-card .card_deal .mdc-linear-progress .mdc-linear-progress__bar-inner {
            left: 0; }
        .loyalty .conten .container .mdc-card .card_deal .color-progress-30 {
          background-color: #cd1417; }
        .loyalty .conten .container .mdc-card .card_deal .color-progress-60 {
          background-color: #5bc0de; }
        .loyalty .conten .container .mdc-card .card_deal .color-progress-100 {
          background-color: #5cb85c; }
      .loyalty .conten .container .mdc-card .mdc-button {
        transition: all .5s;
        background: #dbdbdb;
        margin-top: 20px; }
  .loyalty .ds_table {
    display: table; }
    .loyalty .ds_table .ds_table_middle {
      display: table-cell;
      height: 100%;
      vertical-align: middle; }
  .loyalty ol.breadcrumb {
    padding-left: 0; }
    .loyalty ol.breadcrumb li {
      list-style: none;
      display: inline-block;
      font-size: 17px; }
      .loyalty ol.breadcrumb li::before {
        content: ">"; }
      .loyalty ol.breadcrumb li:first-child::before {
        content: ""; }
  .loyalty #header-point .hidden {
    display: none; }
  .loyalty #header-point .show {
    display: inherit; }
  .loyalty #header-point .progressbar_box {
    display: none; }
    .loyalty #header-point .progressbar_box .bg-active::before {
      background-color: #cd1417 !important; }
    .loyalty #header-point .progressbar_box .text {
      position: absolute;
      top: -25px; }
      .loyalty #header-point .progressbar_box .text span {
        color: #cd1417;
        font-weight: bold; }
    .loyalty #header-point .progressbar_box .point_progressbar {
      width: 100%;
      position: relative;
      left: -4px; }
      .loyalty #header-point .progressbar_box .point_progressbar .min {
        left: 0; }
      .loyalty #header-point .progressbar_box .point_progressbar .min-center {
        left: 33%; }
        .loyalty #header-point .progressbar_box .point_progressbar .min-center span {
          left: -16px; }
      .loyalty #header-point .progressbar_box .point_progressbar .max-center {
        left: 66%; }
        .loyalty #header-point .progressbar_box .point_progressbar .max-center span {
          left: -16px; }
      .loyalty #header-point .progressbar_box .point_progressbar .max {
        left: 100%; }
        .loyalty #header-point .progressbar_box .point_progressbar .max span {
          left: -16px; }
      .loyalty #header-point .progressbar_box .point_progressbar .min, .loyalty #header-point .progressbar_box .point_progressbar .min-center, .loyalty #header-point .progressbar_box .point_progressbar .center, .loyalty #header-point .progressbar_box .point_progressbar .max-center, .loyalty #header-point .progressbar_box .point_progressbar .max {
        position: absolute;
        z-index: 3; }
        .loyalty #header-point .progressbar_box .point_progressbar .min::before, .loyalty #header-point .progressbar_box .point_progressbar .min-center::before, .loyalty #header-point .progressbar_box .point_progressbar .center::before, .loyalty #header-point .progressbar_box .point_progressbar .max-center::before, .loyalty #header-point .progressbar_box .point_progressbar .max::before {
          position: absolute;
          content: "";
          background-color: #bdbdbd;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          bottom: -6px; }
        .loyalty #header-point .progressbar_box .point_progressbar .min span, .loyalty #header-point .progressbar_box .point_progressbar .min-center span, .loyalty #header-point .progressbar_box .point_progressbar .center span, .loyalty #header-point .progressbar_box .point_progressbar .max-center span, .loyalty #header-point .progressbar_box .point_progressbar .max span {
          position: absolute;
          top: 10px; }
  .loyalty #header-point .progress_custom {
    display: block;
    flex: 1;
    margin-left: 30px;
    margin-right: 30px;
    width: 100%;
    position: relative; }
  .loyalty .loyaty_detail .box_image_detail {
    border: 1px solid #d4d4d4;
    text-align: center;
    border-radius: 5px;
    min-height: 230px;
    height: 100%; }
    .loyalty .loyaty_detail .box_image_detail .ds_table {
      height: 100%;
      width: 100%; }
    .loyalty .loyaty_detail .box_image_detail .box_image {
      max-width: 180px;
      margin: auto; }
      .loyalty .loyaty_detail .box_image_detail .box_image img {
        width: 100%; }
  .loyalty .loyaty_detail .content_detail p {
    margin-bottom: 10px; }
  .loyalty .loyaty_detail .content_detail .title {
    font-weight: normal;
    margin-top: 0; }
  .loyalty .loyaty_detail .content_detail .point {
    font-weight: bold;
    color: #cd1417; }
  .loyalty .loyaty_detail .content_detail .end_time {
    display: flex;
    align-items: center; }
    .loyalty .loyaty_detail .content_detail .end_time .time {
      font-weight: bold; }
  .loyalty .loyaty_detail .content_detail .progressbar_time {
    margin-bottom: 10px;
    display: flex;
    align-items: center; }
    .loyalty .loyaty_detail .content_detail .progressbar_time p {
      margin: 0; }
    .loyalty .loyaty_detail .content_detail .progressbar_time .mdc-linear-progress {
      margin-left: 10px;
      max-width: 200px;
      height: 6px;
      border-radius: 5px; }
  .loyalty .loyaty_detail .content_detail .list {
    padding-left: 15px; }
    .loyalty .loyaty_detail .content_detail .list li {
      margin-bottom: 8px; }
  .loyalty .loyaty_detail .description .title {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: normal; }
  .loyalty .quantity .quantity_group {
    display: flex; }
    .loyalty .quantity .quantity_group .title_change {
      margin: 0 10px 0 0;
      align-items: center;
      display: flex; }
    .loyalty .quantity .quantity_group .input-group {
      display: flex; }
      .loyalty .quantity .quantity_group .input-group .btn-default {
        background: transparent;
        border: 1px solid #ccc;
        width: 30px;
        cursor: pointer; }
      .loyalty .quantity .quantity_group .input-group .input-number {
        width: 40px;
        border: 1px solid #ccc;
        border-left: 0;
        border-right: 0;
        text-align: center; }
      .loyalty .quantity .quantity_group .input-group .down {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
      .loyalty .quantity .quantity_group .input-group .up {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
    .loyalty .quantity .quantity_group .mdc-button {
      background-color: #cd1417;
      color: #fff;
      text-transform: unset;
      padding: 0px 30px; }
  .loyalty .gift-container {
    margin-bottom: 20px; }
  .loyalty .gift-item {
    display: inline-block;
    height: 250px;
    border: 1.75px solid #e9e9e9;
    border-radius: 5px;
    padding: 13px 13px 13px 13px;
    position: relative; }
  .loyalty .gift-inner-header > div {
    width: 50%;
    display: inline; }
  .loyalty .pull-right {
    float: right;
    text-align: right; }
  .loyalty .gift-inner-body {
    display: block;
    height: 100%;
    position: relative; }
  .loyalty .form-label {
    display: flex;
    align-items: center; }
  .loyalty .form-group {
    align-items: center;
    margin-bottom: 20px; }
    .loyalty .form-group .form-field .mdc-textfield__input {
      box-sizing: border-box;
      border: solid 1px #c2c2c2;
      border-radius: 5px;
      height: 40px;
      padding-left: 30px;
      padding-bottom: 5px;
      padding-top: 5px;
      align-items: center; }
      .loyalty .form-group .form-field .mdc-textfield__input:hover {
        border-color: #c2c2c2; }
      .loyalty .form-group .form-field .mdc-textfield__input:focus {
        background-color: #e9e9e9; }
  .loyalty .input-invalid {
    border: red solid 1px !important;
    color: red; }
  .loyalty .disabled {
    background-color: #c8ccce;
    cursor: not-allowed; }
  .loyalty .validate_msg {
    color: red; }
    .loyalty .validate_msg > ul {
      padding-left: 15px; }
  .loyalty .hidden {
    display: none; }
  .loyalty .user-info {
    margin-top: 40px; }
  .loyalty .user-history {
    margin-top: 20px; }
  .loyalty .center {
    align-items: center;
    display: inline-block; }
  .loyalty td {
    height: 60px;
    border-bottom: thin solid #c2c2c2;
    vertical-align: center; }
  .loyalty table {
    width: 100%;
    border-spacing: 0px; }
  .loyalty th {
    border-bottom: thin solid #c2c2c2;
    padding-bottom: 25px;
    text-align: left; }
  .loyalty .point-down {
    color: #cd1417; }
  .loyalty .point-up {
    color: #2ba832; }
  .loyalty .hisory-choice {
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
    border: white solid 1px;
    padding: 11px 35px; }
    .loyalty .hisory-choice:hover {
      border: solid 1px black; }
  .loyalty .selected {
    border: solid 1px black; }
  .loyalty .page_number {
    display: inline-block;
    width: 30px;
    margin-left: 5px;
    margin-right: 5px;
    height: 30px;
    border: solid thin black;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px; }
  .loyalty .gift-manager-card {
    height: auto !important; }
    .loyalty .gift-manager-card .mdc-button {
      color: black !important;
      border: solid thin #c2c2c2;
      background: none !important; }
      .loyalty .gift-manager-card .mdc-button:hover {
        color: black !important; }
  .loyalty #redeem_reward.mdc-dialog {
    top: 40px !important; }
  .loyalty #redeem_reward .mdc-dialog__surface {
    max-width: 500px;
    min-width: 0;
    max-height: 520px !important;
    overflow-y: auto; }
    .loyalty #redeem_reward .mdc-dialog__surface .mdc-radio__native-control {
      height: 100% !important;
      width: 100% !important; }
    .loyalty #redeem_reward .mdc-dialog__surface .mdc-dialog__header__title {
      font-weight: normal;
      margin-bottom: 15px; }
    .loyalty #redeem_reward .mdc-dialog__surface .button_ {
      text-align: right;
      margin-top: 15px; }
      .loyalty #redeem_reward .mdc-dialog__surface .button_ .mdc-button {
        text-transform: none; }
      .loyalty #redeem_reward .mdc-dialog__surface .button_ .mdc-dialog__footer__button--accept {
        border: 1px solid #cd1417;
        background-color: #cd1417;
        color: #fff; }
      .loyalty #redeem_reward .mdc-dialog__surface .button_ .mdc-dialog__footer__button--cancel {
        border: 1px solid #ccc; }
      .loyalty #redeem_reward .mdc-dialog__surface .button_ #accept_infouser {
        background-color: #cd1417;
        color: #fff;
        text-transform: unset;
        padding: 0px 30px; }
    .loyalty #redeem_reward .mdc-dialog__surface .quantity .quantity_group .input-group {
      height: 30px; }
    .loyalty #redeem_reward .mdc-dialog__surface .edit_address {
      background: transparent;
      border: 0;
      cursor: pointer;
      color: rgba(0, 0, 0, 0.54); }
    .loyalty #redeem_reward .mdc-dialog__surface .point_popup {
      margin: 0;
      align-items: center;
      display: flex;
      margin-left: 12px;
      font-size: 17px;
      color: #cd1417; }
    .loyalty #redeem_reward .mdc-dialog__surface .box_info textarea {
      overflow: auto;
      width: calc(100% - 20px);
      height: 70px;
      padding-left: 20px;
      padding-bottom: 5px;
      padding-top: 5px;
      border-radius: 5px; }
    .loyalty #redeem_reward .mdc-dialog__surface .box_info input {
      height: 34px;
      box-sizing: border-box;
      border: solid 1px #c2c2c2;
      border-radius: 5px;
      padding-left: 30px;
      padding-bottom: 5px;
      padding-top: 5px;
      align-items: center; }
    .loyalty #redeem_reward .mdc-dialog__surface .box_info select {
      height: 33px;
      width: 100%;
      padding-left: 20px;
      padding-bottom: 5px;
      padding-top: 5px;
      border-radius: 5px; }
  .loyalty #changed_successfully .mdc-dialog__surface {
    max-width: 400px;
    min-width: 0; }
  .loyalty #changed_successfully .conten {
    display: flex; }
    .loyalty #changed_successfully .conten .conten_code {
      background: #fff1db;
      color: #000;
      font-weight: bold;
      font-size: 16px;
      padding: 10px;
      border: 3px dashed #cd1417;
      border-right: 0;
      flex: 1; }
    .loyalty #changed_successfully .conten .button_copy {
      background-color: #cd1417;
      width: 50px;
      height: auto;
      right: -3px;
      top: -3px;
      border: 1px solid #cd1417;
      cursor: pointer; }
      .loyalty #changed_successfully .conten .button_copy img {
        width: 20px; }
  .loyalty #changed_successfully .more_detail {
    color: #5bc0de;
    font-style: italic; }
  .loyalty #changed_successfully .button_ {
    text-align: right; }
    .loyalty #changed_successfully .button_ .mdc-button {
      border: 1px solid #ccc;
      background: #fff !important;
      color: #7f7f7f;
      text-transform: none; }
  .loyalty #add_address .mdc-dialog__surface {
    width: 500px; }
    .loyalty #add_address .mdc-dialog__surface .form-group .form-field {
      display: flex; }
      .loyalty #add_address .mdc-dialog__surface .form-group .form-field .mdc-textfield__input:focus {
        background-color: #fff; }
      .loyalty #add_address .mdc-dialog__surface .form-group .form-field .mdc-textfield__input::placeholder {
        color: #bdbdbd; }
    .loyalty #add_address .mdc-dialog__surface .button_ {
      text-align: right; }
      .loyalty #add_address .mdc-dialog__surface .button_ .mdc-button {
        background-color: #cd1417;
        margin-left: 20px;
        color: #fff;
        text-transform: unset;
        padding: 0px 30px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .loyalty .span-md-3 {
      grid-column-end: span 3; }
    .loyalty .span-md-4 {
      grid-column-end: span 4; }
    .loyalty .span-md-9 {
      grid-column-end: span 9; }
    .loyalty .about-loyalty-page .how_change_points .item::after {
      right: -60px; }
    .loyalty .about-loyalty-page .how_change_points .item::before {
      width: 50%;
      right: -50px; }
    .loyalty .item_point_box {
      margin-left: 15px; }
      .loyalty .item_point_box .item_point .text .point {
        display: none; } }
  @media screen and (min-width: 481px) and (max-width: 840px) {
    .loyalty .span-sm-12 {
      grid-column-end: span 12; }
    .loyalty .span-sm-3 {
      grid-column-end: span 3; }
    .loyalty .span-sm-2 {
      grid-column-end: span 2; }
    .loyalty .span-sm-4 {
      grid-column-end: span 4; }
    .loyalty .span-sm-1 {
      grid-column-end: span 1; }
    .loyalty .about-loyalty-page .info_point_about .item {
      display: inherit;
      padding: 25px 0; }
    .loyalty .list-logo {
      border-bottom: 1px solid #ccc;
      text-align: center; }
      .loyalty .list-logo .mdc-list li {
        width: auto;
        display: inline-block;
        text-align: center;
        min-height: 60px; }
        .loyalty .list-logo .mdc-list li .name {
          padding-left: 10px !important;
          display: flex;
          align-items: center; }
    .loyalty .list_item .item_point_box {
      margin-left: 0; }
      .loyalty .list_item .item_point_box .item_point .text {
        display: none; }
    .loyalty .list_item svg {
      width: 30px;
      height: 30px;
      float: left; } }
  @media screen and (max-width: 480px) {
    .loyalty .about-loyalty-page .list {
      padding-left: 12px; }
    .loyalty .about-loyalty-page .how_change_points {
      display: block; }
      .loyalty .about-loyalty-page .how_change_points li {
        margin-bottom: 15px; }
      .loyalty .about-loyalty-page .how_change_points .item::after {
        border: 0; }
      .loyalty .about-loyalty-page .how_change_points .item::before {
        width: 0;
        height: 0; }
    .loyalty .about-loyalty-page .how_change_points_info {
      display: block; }
    .loyalty .span-xs-12 {
      grid-column-end: span 12; }
    .loyalty .top .info_box::before {
      width: 0; }
    .loyalty .top .list_item .history_changes {
      display: none; }
    .loyalty .item_point_box {
      display: none; }
    .loyalty .list_item {
      display: none; }
    .loyalty .conten .list-logo {
      border-bottom: 1px solid #ccc;
      display: flex; }
      .loyalty .conten .list-logo .title_list_logo {
        margin-right: 20px; }
        .loyalty .conten .list-logo .title_list_logo ::before {
          height: 0; }
      .loyalty .conten .list-logo .mdc-list {
        display: flex;
        padding: 8px 16px 0;
        align-items: center;
        flex: 1;
        justify-content: center; }
        .loyalty .conten .list-logo .mdc-list li {
          justify-content: center;
          flex: 1;
          width: auto;
          padding-left: 0;
          padding-right: 0; }
          .loyalty .conten .list-logo .mdc-list li .name {
            display: none; }
          .loyalty .conten .list-logo .mdc-list li a {
            display: block !important;
            text-align: center; }
    .loyalty .display-mobile {
      display: block; } }

.limit-text-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  /* fallback */
  max-height: 32px;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical; }

.limit-text-title_one_line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  /* fallback */
  max-height: 32px;
  /* fallback */
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical; }

.intro-loyal-h {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  /* fallback */
  max-height: 32px;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical; }

.check_mark {
  width: 80px;
  height: 130px;
  margin: 0 auto; }
  .check_mark .hide {
    display: none; }
  .check_mark .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .check_mark .sa-icon .sa-success {
      border-color: #4CAF50; }
    .check_mark .sa-icon.sa-success::before, .check_mark .sa-icon.sa-success::after {
      content: '';
      -webkit-border-radius: 40px;
      border-radius: 40px;
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      background: white;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .check_mark .sa-icon.sa-success::before {
      -webkit-border-radius: 120px 0 0 120px;
      border-radius: 120px 0 0 120px;
      top: -7px;
      left: -33px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: 60px 60px;
      transform-origin: 60px 60px; }
    .check_mark .sa-icon.sa-success::after {
      -webkit-border-radius: 0 120px 120px 0;
      border-radius: 0 120px 120px 0;
      top: -11px;
      left: 30px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: 0px 60px;
      transform-origin: 0px 60px; }
    .check_mark .sa-icon.sa-success .sa-placeholder {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(76, 175, 80, 0.5);
      -webkit-border-radius: 40px;
      border-radius: 40px;
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .check_mark .sa-icon.sa-success .sa-fix {
      width: 5px;
      height: 90px;
      background-color: white;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .check_mark .sa-icon.sa-success.animate::after {
      -webkit-animation: rotatePlaceholder 4.25s ease-in;
      animation: rotatePlaceholder 4.25s ease-in; }
    .check_mark .sa-icon.sa-success .sa-line.sa-tip {
      -ms-transform: rotate(45deg) \9; }
    .check_mark .sa-icon.sa-success .sa-line.sa-long {
      -ms-transform: rotate(-45deg) \9; }
    .check_mark .sa-icon.sa-success .sa-line {
      height: 5px;
      background-color: #4CAF50;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .check_mark .sa-icon.sa-success .sa-line.sa-tip {
        width: 25px;
        left: 14px;
        top: 46px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .check_mark .sa-icon.sa-success .sa-line.sa-long {
        width: 47px;
        right: 8px;
        top: 38px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
.about-loyalty-page p {
  line-height: 25px;
  margin: 0; }
.about-loyalty-page .title_big {
  color: #cd1417;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 5px; }
  .about-loyalty-page .title_big::before {
    content: "";
    width: 60px;
    height: 2px;
    background: #cd1417;
    position: absolute;
    bottom: 0; }
.about-loyalty-page .denominations {
  background-image: linear-gradient(to right, #e15b31, #d12629);
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 20px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase; }
.about-loyalty-page .info_point_about {
  max-width: 720px;
  margin: auto; }
  .about-loyalty-page .info_point_about .item {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    border-radius: 8px; }
    .about-loyalty-page .info_point_about .item .card_image {
      width: 136px;
      height: 83px;
      margin: auto;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      overflow: hidden; }
      .about-loyalty-page .info_point_about .item .card_image img {
        max-width: 60px; }
    .about-loyalty-page .info_point_about .item .title {
      font-size: 20px;
      background: -webkit-linear-gradient(#e15b31, #d12629);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
.about-loyalty-page .how_change_points {
  display: flex;
  list-style: none;
  padding-left: 0; }
  .about-loyalty-page .how_change_points .item {
    flex: 1;
    position: relative; }
    .about-loyalty-page .how_change_points .item::before {
      content: "";
      position: absolute;
      background-image: linear-gradient(to right, #e15b31, #d12629);
      height: 2px;
      width: 70%;
      right: -120px;
      top: 28px; }
    .about-loyalty-page .how_change_points .item::after {
      content: "";
      position: absolute;
      background: transparent;
      top: 23px;
      right: -121px;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 12px solid #dc4b2e; }
    .about-loyalty-page .how_change_points .item:last-child::before {
      height: 0;
      width: 0; }
    .about-loyalty-page .how_change_points .item:last-child::after {
      border: 0; }
    .about-loyalty-page .how_change_points .item .box {
      max-width: 305px;
      margin: auto; }
      .about-loyalty-page .how_change_points .item .box .card_image img {
        max-width: 60px; }
.about-loyalty-page .how_change_points_info {
  display: flex;
  list-style: none;
  background: #f3f3f3;
  padding-left: 0; }
  .about-loyalty-page .how_change_points_info .item {
    flex: 1;
    padding: 30px; }
    .about-loyalty-page .how_change_points_info .item .box {
      display: flex; }
      .about-loyalty-page .how_change_points_info .item .box .card_image {
        flex: 1;
        align-items: flex-start;
        display: flex;
        margin-right: 20px; }
        .about-loyalty-page .how_change_points_info .item .box .card_image img {
          max-width: 60px; }
.about-loyalty-page .individual-customers {
  border: 1px solid #ccc;
  border-radius: 5px; }
  .about-loyalty-page .individual-customers thead tr th {
    margin-bottom: 0;
    padding: 15px 30px;
    background: #333333;
    color: #fff;
    font-size: 19px;
    font-weight: normal; }
  .about-loyalty-page .individual-customers tbody tr td {
    height: auto;
    padding: 10px; }
    .about-loyalty-page .individual-customers tbody tr td:first-child {
      padding-left: 30px; }
    .about-loyalty-page .individual-customers tbody tr td:last-child {
      vertical-align: middle;
      display: flex;
      align-items: center; }
    .about-loyalty-page .individual-customers tbody tr td img {
      padding-right: 10px;
      max-width: 30px; }
  .about-loyalty-page .individual-customers tbody tr:last-child td {
    border-bottom: 0; }
.about-loyalty-page .provision_title {
  font-size: 20px;
  font-weight: normal;
  color: #cd1417;
  margin-bottom: 5px; }
  .about-loyalty-page .provision_title span {
    display: inline-block;
    background: #cd1417;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px; }
.about-loyalty-page .list li {
  list-style: none;
  position: relative;
  line-height: 25px; }
  .about-loyalty-page .list li::before {
    content: "-";
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 0.5rem;
    position: absolute;
    left: -10px; }
.about-loyalty-page .signup {
  display: inline-block;
  background: #cd1417;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin: 0; }

#show_error .mdc-dialog__surface {
  min-width: 200px;
  max-width: 400px;
  text-align: center; }
  #show_error .mdc-dialog__surface .box_content {
    color: #333; }
    #show_error .mdc-dialog__surface .box_content .title {
      color: #cd1417; }
  #show_error .mdc-dialog__surface .box_img img {
    width: 70px;
    height: 70px; }
  #show_error .mdc-dialog__surface .box_button button {
    background: #cc2329;
    color: #fff; }

.bell_loyalty {
  float: left; }
  .bell_loyalty .total-notify .notification {
    display: initial;
    top: 6px; }
  .bell_loyalty .total-notify .see-all {
    height: 35px; }

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