@font-face {
  font-family: 'Fugaz One';
  src: url('./../fonts/FugazOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFRounded-B';
  src: url('./../fonts/SFRounded-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFRounded';
  src: url('./../fonts/SFRounded-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFRounded-M';
  src: url('./../fonts/SFRounded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-B';
  src: url('./../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-M';
  src: url('./../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.dis{pointer-events:none}
@media (min-width: 320px) {
  .ring-btn .active-ring{
    display: none;
  }
  .ring-btn .stop-ring{
    display: unset;
  }
  .play .active-ring{
    display: unset;
  }
  .play .stop-ring{
    display: none;
  }
  body {
    font-family: 'Fugaz One', serif;
  }
  img {
    max-width: 100%;
  }
  a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: unset;
  }
  .wrapper {
    min-height: 100vh;
  }
  .full-height {
    min-height: 100vh;
  }
  .box-loading {
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .box-loading img {
    margin-top: 33px;
    width: 100%;
  }
  .bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* Loading */
  .loading-item {
    justify-content: center;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 42px;
    font-size: 30px;
    line-height: calc(44 / 30);
  }
  .loading-item:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;}
  
  @keyframes dots {
    0%, 20% {
      color: rgba(0,0,0,0);
      text-shadow:
        .25em 0 0 rgba(0,0,0,0),
        .5em 0 0 rgba(0,0,0,0);}
    40% {
      color: white;
      text-shadow:
        .25em 0 0 rgba(0,0,0,0),
        .5em 0 0 rgba(0,0,0,0);}
    60% {
      text-shadow:
        .25em 0 0 white,
        .5em 0 0 rgba(0,0,0,0);}
    80%, 100% {
      text-shadow:
        .25em 0 0 white,
        .5em 0 0 white;}}

  /* Play game */
  .start-game, .choose-person {
    position: relative;
    padding: 25px;
    display: flex;
    flex-direction: column;
    background-size: cover;
  }
  .start-game .img-start-game{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
  .top-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
  }

  /* Button game */
  .game-btn--shadow {
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
  }
  .game-btn--shadow:focus, .game-btn--shadow:active {
    color: #fff;
  }
  .game-btn-circle {
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    cursor: pointer;
    width: 50px;
  }
  .bg-btn-yellow-full {
    width: 173px;
    height: 48px;
    background-image: url('./../images/bg-icon-term.png');
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    color: #BF1525;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg-btn-yellow-medium {
    width: 140px;
    height: 50px;
    background-image: url('./../images/bg-button-medium.png');
  }
  .bg-btn-yellow-medium img {
    margin-left: 12px;
  }
  .bg-btn-yellow-small {
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
    width: 133px;
    height: 64px;
    background-image: url('./../images/bg-button-small.png');
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #BF1525;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg-btn-red-small {
    background-image: url('./../images/bg-button-red-small.png');
    background-color: #fff;
    width: 166px;
    height: 66px;
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
  }

  .bottom-icon {
    position: relative;
    z-index: 2;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
  }

  /* Choose person */
  .img-choose-person {
    max-width: 192px;
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
  }
  .note-choose-game {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: calc(24 / 14);
    font-family: "SFRounded-M";
    font-weight: 500;
  }
  .note-choose-game a {
    display: none;
  }
  .note-choose-game.show-action {
    z-index: 10;
    text-align: center;
    font-family: 'Fugaz One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;

    color: #BF1525;
  }
  .note-choose-game p {
    margin-bottom: 0;
  }
  .note-choose-game.show-action p {
    display: none;
  }
  .note-choose-game.show-action a {
    display: inline-flex;
  }

  .navigation {
    width: 32px;
    height: 32px;
    top: -40px;
    position: absolute;
    left: 31px;
    visibility: hidden;
  }

  .list-right-person .navigation {
    left: 48px;
  }

  /* Person */
  .block-person {
    display: flex;
    position: relative;
    z-index: 9;
    margin-top: auto;
    margin-bottom: 15px;
  }
  .item-person {
    position: relative;
    width: calc(100% / 3.6);
    height: 210px;
    opacity: 0.6;
    filter: drop-shadow(0px 4px 40px transparent);
    transition: opacity 0.2s ease-in-out, filter 0.3s ease-in-out;
  }

  .item-person.toggle-filter {
    animation: filter 1.5s infinite ease-out;
  }

  @keyframes filter {
    0%   {opacity: 0.6; filter: drop-shadow(0px 4px 20px yellow);}
    50%  {opacity: 1; filter: drop-shadow(0px 4px 40px yellow);}
    100% {opacity: 0.6; filter: drop-shadow(0px 4px 20px yellow);}
  }
  
  .item-person.active {
    opacity: 1;
    filter: drop-shadow(0px 4px 40px yellow);
  }
  .item-person.active .navigation {
    visibility: visible;
  }
  .item-person.active img:nth-child(1){
    visibility: hidden;
  }
  .item-person.active img:nth-child(2){
    visibility: visible;
  }
  .item-person.active.move-icon img:nth-child(2){
    visibility: hidden;
  }
  .item-person.active.move-icon img:nth-child(3){
    visibility: visible;
  }
  .item-person.active.end-move img:nth-child(2){
    visibility: hidden;
  }
  .item-person.active.end-move img:nth-child(3){
    visibility: visible;
  }
  .item-person img {
    visibility: hidden;
    position: absolute;
    transition: transform 0.3s ease-in-out;
  }
  .item-person img:first-child {
    visibility: visible;
  }
  .list-left-person {
    z-index: 2;
  }
  .list-right-person {
    z-index: 1;
    justify-content: flex-end;
  }
  .list-left-person, .list-right-person {
    width: 50%;
    position: relative;
    display: flex;
  }
  .list-left-person .item-person{
    display: flex;
  }
  .list-right-person .item-person{
    display: flex;
  }

  .list-left-person .item-person:nth-child(1),
  .list-right-person .item-person:nth-child(3){
    top: 40px;
  }
  .list-left-person .item-person:nth-child(2),
  .list-right-person .item-person:nth-child(2){
    top: 20px;
  }
  
  .item-person.move-icon:not(.hidden-move) .mover{
    /* visibility: visible; */
    /* motion-path: path("M1 51.5001C1 51.5001 108.5 -43.4999 183 26.0001");
    offset-path: path("M1 51.5001C1 51.5001 108.5 -43.4999 183 26.0001");
    motion-rotation: reverse;
    animation: move 3s linear; */
  }
  .mover {
    width: 50px;
    height: 50px;
    background: url('./../images/ball.png') no-repeat;
    position: absolute;
    visibility: hidden;
    transition: rotate 0.3s cubic-bezier(0.64, -0.14, 0.4, 1.15)
  }
  .item-person .navigation img{
    visibility: hidden;
  }
  .item-person.active-nav .navigation img{
    visibility: visible;
  }
  .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
    overflow: hidden;
  }
  .modal-content {
    border: none;
    border-radius: 0;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }
  .bg-btn-redeem {
    width: 173px;
    height: 48px;
    background-image: url('./../images/bg-button-green.png');
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px;
    border-radius: 30px;
    font-family: 'Fugaz One';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    border: none !important;
    outline: none !important;
    cursor: pointer;
  }
  .bg-btn-redeem-late {
    width: 173px;
    height: 48px;
    background-image: url('./../images/bg-button-red-2.png');
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px;
    border-radius: 30px;
    font-family: 'Fugaz One';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    border: none !important;
    outline: none !important;
    cursor: pointer;
  }
  .modal-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    position: relative;
  }
  .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .img-product {
    max-height: 133px;
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
  }
  .img-product img {
    z-index: 2;
    position: relative;
  }
  .img-product .bg-rotate {
    position: absolute;
    width: auto;
    max-width: 100vw;
    z-index: 1;
    transform: translate(-50%, -50%);
    animation: rotate 5s linear infinite;
    left: calc(50% - 50vw);
    top: calc(50% - 50vw);
  }

  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(100deg);
    }
  }

  .text-content-modal {
    font-size: 26px;
    line-height: 38px;
    z-index: 2;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #FDDA53;
    margin-bottom: 5px;
    text-shadow: #B21818 2px 0px 0px, #B21818 1.75517px 0.958851px 0px, #B21818 1.0806px 1.68294px 0px, #B21818 0.141474px 1.99499px 0px, #B21818 -0.832294px 1.81859px 0px, #B21818 -1.60229px 1.19694px 0px, #B21818 -1.97998px 0.28224px 0px, #B21818 -1.87291px -0.701566px 0px, #B21818 -1.30729px -1.5136px 0px, #B21818 -0.421592px -1.95506px 0px, #B21818 0.567324px -1.91785px 0px, #B21818 1.41734px -1.41108px 0px, #B21818 1.92034px -0.558831px 0px;
  }
  
  .box-body-content-yellow {
    max-width: 100%;
    width: 440px;
    height: auto;
    background: #FABF2A;
    border: 3px solid #fff;
    box-sizing: border-box;
    border-radius: 38px;
    padding: 28px 46px 45px;
    position: relative;
  }

  .text-content-buy-modal {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #BF1525;
    margin-bottom: 0;
  }

  .modal-icon-absolute {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -30px;
  }

  /* Term */
  .block-term {
    padding: 24px 30px;
    margin-top: 20px;
    background: #FABF2A;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 38px;
    font-size: 14px;
    line-height: 24px;
    color: #BF1525;
    height: calc(100vh - 121px);
    position: relative;
  }
  .block-term:before {
    position: absolute;
    content: "";
    right: -15px;
    top: -77px;
    width: 210px;
    height: 119px;
    background-image: url('./../images/term.png');
  }
  .title-term {
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 18px;
  }
  .block-content-term {
    height: calc(100% - 43px);
    overflow: auto;
  }
  .text-content-term {
    font-family: 'SFRounded';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .title-content-term {
    font-family: 'SFRounded-B';
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 7px;
  }

  .scrollbar {
    float: left;
  }

  .scrollbar::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: #FABF2A;
  }

  .scrollbar::-webkit-scrollbar {
    width: 3px;
    background-color: #FABF2A;
  }

  .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #D62929;
  }
/* My term */
  .my-term {
    padding-bottom: 0;
  }
  .page-my-term {
    display: flex;
  }
  .block-my-term {
    flex: 1;
    margin-top: 0;
    margin-right: 45px;
    height: calc(100vh - 25px);
    border-radius: 38px 38px 0 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .block-my-term:before {
    width: 0;
    height: 0;
    background-image: none;
  }
  .block-my-term .nav-item:first-child .nav-link {
    margin-left: 0;
  }
  .nav-tabs-prizes {
    margin-bottom: 25px;
  }
  .nav-tabs {
    border: none;
  }
  .nav-tabs-prizes .nav-link{
    margin: 0 4px;
    background-color: unset;
    color: #BF1525;
    border: none !important;
    border-radius: 30px;
    background-color: unset !important;
  }
  .nav-tabs-prizes .nav-link.active{
    box-shadow: 0px -3px 0px rgb(0, 0, 0, 0.3);
    background-image: url('./../images/button-active.png');
    color: #A0690B;
  }
  .block-my-term .tab-content {
    height: calc(100% - 72px);
    overflow-y: auto;
    width: 100%;
  }
  .list-my-prizes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: calc(100% - 72px);
    overflow: auto;
  }
  .item-my-prizes {
    width: 50%;
    margin: 7px 9px;
    width: calc(50% - 18px);
    background: #06C2AA;
    border: 4px solid #008A78;
    box-sizing: border-box;
    border-radius: 17px;
    box-shadow: 0px 0px 0px 2px #fff;
    font-family: "SFRounded";
  }
  .top-prizes p{
    margin-bottom: 0;
    padding-left: 10px;
    font-family: "SFRounded-B";
  }
  #redeem-history .top-prizes p {
    margin-bottom: 6px;
  }
  .top-prizes {
    font-weight: 700;
    font-size: 18px;
    align-items: center;
    line-height: 21px;
    padding: 10px 12px;
    display: flex;
    color: #fff;
  }
  .prize-border {
    border-bottom: 1px solid #008A78;
  }
  .bottom-prizes {
    display: flex;
    font-family: 'SFRounded';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
  }
  .bottom-prizes p {
    margin-bottom: 0;
  }
  .item-btn-prizes {
    width: 83px;
    height: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'SFRounded-M';
    background-image: url('./../images/bg-green-small.png');
    color: #fff;
    cursor: pointer;
  }
  .item-btn-prizes-red {
    background-image: url('./../images/bg-red-small.png');
  }
  .box-img-top-prizes {
    width: 50px;
    height: 50px;
  }
  .box-img-top-prizes img {
    max-width: 100%;
    max-height: 100%;
  }
  .date-prizes {
    font-family: 'SFRounded';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  .block-content-qr {
    overflow: auto;
    height: 100%;
    display: flex;
  }
  .box-img-qr {
    width: 210px;
    min-width: 210px;
    margin-right: 38px;
  }
  .img-product-qr {
    max-width: 100px;
    max-height: 125px;
    margin-bottom: 5px;
  }
  /* Modal choose phone */
  .modal-choose-phone .box-body-content-yellow{
    width: 640px;
    padding: 25px 28px 54px;
  }
  .title-choose-phone {
    font-family: 'Fugaz One';
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: left;
    color: #BF1525;
  }
  .form-checkbox-phone {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
  
  .form-checkbox-phone .item-checkbox input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  
  .form-checkbox-phone .item-checkbox {
    cursor: pointer;
    width: calc(50% - 16px);
    display: block;
    min-width: calc(50% - 16px);
    padding: 0;
    margin: 6px 8px;
  }
  
  .form-checkbox-phone .item-checkbox .item-checkbox-content {
    display: flex;
    padding: 14px 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 2px 5px;
    border-color: #008A78;
    border-style: solid;
    border-radius: 17px;
    position: relative;
    background-color: #06C2AA;
    color: #fff;
    box-shadow: 0 0 0 2px #fff;
    font-family: 'SFRounded';
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
  }
  
  .form-checkbox-phone .item-checkbox input[type="radio"] + .item-checkbox-content:after {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    background: #008A78;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 2px solid #008A78;
    box-shadow: 0px 0px 0px 3px rgba(14, 178, 157, 1);
  }
  
  .form-checkbox-phone .item-checkbox input[type="radio"]:checked + .item-checkbox-content:after {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    background: #FABF2A;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.36);
  }
  
  .form-checkbox-phone .item-checkbox input[type="radio"]:checked + .item-checkbox-content {
    background: #D21527;
    transition: ease-in 0.3s;
    color: #fff;
    border-width: 2px 5px;
    border-style: solid;
    border-color: #BF1525;
  }

  /* prizes-list */
  .prizes-list {
    display: flex;
    flex-wrap: wrap;
  }
  .item-prizes {
    width: 25%;
    padding: 5px 20px;
  }
  .title-item-prizes {
    font-family: 'SFRounded-B';
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #BF1525;
  }
  .img-item-prizes {
    padding: 0 5px;
  }
  .title-prize-list {
    margin-bottom: 10px;
  }
  .block-content-prize-list {
    height: calc(100% - 40px);
  }
  .box-img-item-prize {
    width: 200px;
    min-width: 200px;
  }
  .right-item-prize {
    padding-top: 23px;
  }
  .right-item-prize .title-content-term {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 21px;
  }

  .modal-sorry .text-content-modal{
    width: 90%;
  }
  .item-icon-true {
    margin-bottom: 30px;
  }
  .item-icon-true img {
    width: 65px;
    height: 65px;
  }
  .enter-phone {
    width: 100%;
    background: #E39207;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px 20px;
    font-family: 'Fugaz One';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FABF2A;
  }

  .enter-phone::placeholder {
    font-family: 'Fugaz One';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FABF2A;
  }

  input.enter-otp {
    width: calc(100% / 6);
    margin: 0 7px;
    background: #E39207;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 8px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-family: 'Fugaz One';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .modal-confirm-otp .box-body-content-yellow{
    width: 470px;
    padding: 26px 26px 46px 26px;
  }
  .custom-title-phone {
    justify-content: space-between;
    align-items: flex-start;
  }
  .resend-otp {
    font-family: 'Fugaz One';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #00A893;
  }
  .title-empty {
    font-family: 'Roboto-B';
    font-size: 18px;
    line-height: 21px;
    color: #BF1525;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .des-empty {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #A0690B;
    margin-bottom: 37px;
  }
  .link-empty a {
    font-family: 'Roboto-M';
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #11A40E;
  }
  .bottom-shadow-img img {
    bottom: 4px;
    position: relative;
    visibility: visible !important;
  }
}

