@font-face {
      font-family: "OPPOSans-Ver2";
      src:url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff2) format("woff2"),
      url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff) format("woff"),
      url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.ttf) format("truetype");
      font-variation-settings: 'wght' 700;
      font-weight: 700;
      font-style:normal;
      font-display:swap;
    }
    
    @font-face {
      font-family: "OPPOSans-Ver2";
      src:url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff2) format("woff2"),
      url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff) format("woff"),
      url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.ttf) format("truetype");
      font-variation-settings: 'wght' 500;
      font-weight: 500;
      font-style:normal;
      font-display:swap;
    }
    
    @font-face {
      font-family: "OPPOSans-Ver2";
      src:url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff2) format("woff2"),
      url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.woff) format("woff"),
      url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans3.0En-VF.ttf) format("truetype");
      font-variation-settings: 'wght' 400;
      font-weight: 400;
      font-style:normal;
      font-display:swap;
    }

    /* oppo sans 1.0 兼容字体 */
    @font-face {
      font-family:'OPPOSans-Bold';
      src:url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-B.woff2) format("woff2"),
      url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-B.woff) format("woff"),
      url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-B.ttf) format("truetype");
      font-weight:200;
      font-style:normal;
      font-display:swap
    }

    @font-face {
      font-family:'OPPOSans-Medium';
      src:url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-M.woff2) format("woff2"),
      url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-M.woff) format("woff"),
      url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-M.ttf) format("truetype");
      font-weight:200;
      font-style:normal;
      font-display:swap
    }

    @font-face {
      font-family:'OPPOSans-Regular';
      src:url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-R.woff2) format("woff2"),
      url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-R.woff) format("woff"),
      url(https://www.oppo.com/content/dam/statics/fonts/en/OPPOSans-R.ttf) format("truetype");
      font-weight:200;
      font-style:normal;
      font-display:swap
    }

  body{
    margin: 0;
  }
body, html{
  font-family: 'OPPOSans-Ver2'
}
  .wrapperMain_content{
    padding: 0;
  }
  .mainHeader--height{
    display: none;
  }
  header.mainHeader, footer.mainFooter, #fb-root, .actionToolbar_mobile, .addThis_contact{
    display: none;
  }
  .p-3{
    padding: 12px;
  }
  .px-3{
    padding-left: 12px;
    padding-right: 12px;
  }
  .pb-3{
    padding-bottom: 12px;
  }
  .pb-8{
    padding-bottom: 32px;
  }
  .mt-3{
    margin-top: 12px; 
  }
  .gap-2{
    gap: 8px;
  }
  .gap-3{
    gap: 12px;
  }
  .gap-8{
    gap: 32px;
  }
  .grid-cols-2{
    display: grid;
    grid-template-columns: calc(50% - 16px) calc(50% - 16px);
  }
  .h-100{
    height: 100%;
  }
  .d-flex{
    display: flex;
  }
  .d-flex-cols{
    display: flex;
    flex-direction: column;
  }
  .justify-content-between{
    justify-content: space-between;
  }
  .align-items-center{
    align-items: center;
  }
  .align-items-end{
    align-items: end;
  }
  .m-auto{
    margin: auto;
  }
  .text-align-center{
    text-align: center;
  }
  .container-right{
    width: calc(100% - 64px);
    min-width: 400px;
    /* background-image: url(https://cdn.hstatic.net/files/200001023996/file/bg-role-hanh-trinh-san-sao-oppo15_247b47f946184621980307816a038854.svg);
    background-repeat: no-repeat; */
    position: relative;
    aspect-ratio: 15/16;
    /* padding: 10%; */
    // max-height: 600px;
  }
  .container-role{
    padding: 10%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
  }
  .container-hanh-trinh-san-sao{
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .container-hanh-trinh-san-sao .bg-hanh-trinh-san-sao{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    // object-fit: cover;
  }
  .container-hanh-trinh-san-sao .bg-hanh-trinh-san-sao img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container-oppo-reno15{
    width: calc(100% - 64px);
    aspect-ratio: 1440/700;
    position: relative;
    overflow: hidden;
    padding: 32px;
  }
  .container-oppo-mockup{
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 2;
  }
  .container-oppo-left-top{
    height: 100%;
  }
  
  .container-oppo{
    position: absolute;
    left: 0;
    right: 50%;
    bottom: -15%;
   }
  .img-mockup-oppo{
    position: absolute;
    width: 75%;
    left: 12.5%;
    animation: slideUpDown 3s infinite ease-in-out;
  }
  .img-star-right{
    position: absolute;
    top: -16px;
    right: calc(15%);
    width: 20%;
    animation: slideUpDownStar 3s infinite;
  }
  .img-star-left{
    position: absolute;
    left: 25%;
    top:25%;
    width: 10%;
    animation: slideUpDownStar 3s infinite;
  }
  
  @keyframes slideUpDown {
    0%, 100% { transform: translateY(0); } /* Ở vị trí cũ */
    50% { transform: translateY(16px); } /* Di chuyển xuống và bị mất phần dưới */
  }
   @keyframes slideUpDownStar {
    0%, 100% { transform: translateY(0); } /* Ở vị trí cũ */
    50% { transform: translateY(16px);} /* Di chuyển xuống và bị mất phần dưới */
  }
  @keyframes rotateStar{
    0% {transform: scale(0) rotate(0deg); opacity: 0;}
    50% {transform: scale(1) rotate(45deg); opacity: 0.5;}
    100% {transform: scale(2) rotate(90deg); opacity: 1;}
  }

  /* Style the tab */
.tab {
  display: flex;  
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  gap: 12px;
}

/* Style the buttons inside the tab */
.tab button {
  display: inline-block;
  background: linear-gradient(60deg, black, transparent);
  border: 1px solid;
  outline: none;
  cursor: pointer;
  padding: 6px 12px;
  transition: 0.3s;
  font-size: 17px;
  color: white;
  border-radius: 20px;
  font-size: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover, .tab button.active {
  background: linear-gradient(135deg, #FFCECA 0%, #909BDE 19%, #23416D 47%, #69BFFF 85%, #F5FFFF 100%);
}


/* Style the tab content */
.tabcontent {
  display: none;
  margin: 16px 0px;
  color: #f5ffff;
  overflow-y: scroll;
  aspect-ratio: 4/3;
  scrollbar-color: #ffffff #f9f9f9;
}

  .tabcontent .title{
    color: #FFDB74;
  }
  .tabcontent ul{
    padding-left: 16px;
  }
  .bg-role{
    position: absolute;
    top: -18%;
    left: -10%;
    right: -10%;
    bottom: -10%;
  }
  .bg-role img{
    height: 100%;
    width: 100%;
    object-fit: fill;
  }
  .container-play-now{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .btn-play-now{
    position: relative;
    text-decoration: none;
    cursor: pointer;
    width: 45%;
  }
  .btn-play-now img{
    width: 100%;
  }
  .icon-star-light{
    width: calc(20% - 12px);
    position: absolute;
    top:calc(-10% + 24px);
    right: 0;
    animation: rotateStar 5s infinite;
  }
  .icon-star-bottom-right{
    display: none;
  }
  .lounge-room .container-oppo-reno15{
      width: calc(100% - 32px);
      aspect-ratio: unset;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      margin-top: 32px;
      padding: 0;
      max-width: 390px;
  }

  @media screen and (min-width:992px){
    .lounge-room .container-oppo{
      right: 0;
      bottom: -5%;
    }  
  }
  
  .lounge-room .container-play-now{
    margin-top: 64px;
    position: relative;
    z-index: 0;
  }
  .lounge-room .container-play-now .btn-play-now{
    width: 70%;
  }
  
  .lounge-room .view-fullname{
    border-radius: 20px;
    border: 1px solid #ffffff;
    height: 34px;
    display: flex;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    padding: 4px;
    align-items: center;
    width: 190px;
    font-weight: bold;
  }
  .lounge-room .avatar, .avatar{
    border-radius: 50%;
    border: 1px solid #ffffff;
  }
  .lounge-room .view-ranks-lounge{
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    border-radius: 20px;
    background: linear-gradient(to right, #5D34D3 0%, #003C8D 33%, #2598C8 63%, #00EAFF 100%);
    color: #ffffff;
    font-weight: bold;
  }
  .modal-game{
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 0.2);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-game, h3{
    color: white;
  }
  .modal-game h3{
    text-align: center;
    font-size: 32px;
    margin-top: 16px;
  }
  .modal-game .container-modal-game{
    position: relative;
    width: 100%;
    max-width: 390px;
  }
  
  .modal-game .body-modal-game{
    position: relative;
  }
  .modal-game .body-modal-game.role-play{
    aspect-ratio: 3/4;
  }
  .modal-game .body-modal-game.ranks-play{
    aspect-ratio: 3/4;
  }
  .modal-game .body-modal-game.settings-play{
    aspect-ratio: 1;
  }
  .modal-game .btn-close-modal-game{
    position: absolute;
    top: -24px;
    right: 36px;
    cursor: pointer;
  }
  .modal-game .tabcontent{
    aspect-ratio: 7 / 8;
  }
  .modal-game .logo-star-modal-1{
    position: absolute;
    top: -64px;
    left: 0;
    height: 128px;
  }
  .modal-game .logo-star-modal-2{
    position: absolute;
    top: -64px;
    left: 0;
    width: 100%;
  }
  .modal-game .slider-player-controls{
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px;
  }
  .modal-game .slider-player-controls label{
    font-size: 16px;
    font-weight: bold;
  }
  /* The slider itself */
  .slider-player-controls input[type="range"] {
    --slider-value: 50%;
    -webkit-appearance: none; /* Override default CSS styles for Webkit browsers */
    appearance: none;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff var(--slider-value), #868686 var(--slider-value),#868686 100%);
    border-radius: 20px;
    outline: none;
    opacity: 0.7;
    cursor: pointer;
  }
  
  .slider-player-controls input[type="range"]:hover {
    opacity: 1; /* Fully shown on mouse-over */
  }
  
  /* Styling the slider thumb (handle) - Webkit (Chrome, Safari, Opera) */
  .slider-player-controls input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: linear-gradient(to right,#FFDA71, #FFF8EE); /* Green color */
    border-radius: 50%;
    cursor: pointer;
  }
  
  /* Styling the slider thumb (handle) - Firefox */
  .slider-player-controls input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: linear-gradient(to right,#FFDA71, #FFF8EE)
    border-radius: 50%;
    cursor: pointer;
  }
  .btn-bg-transparency{
    border-radius: 20px;
    background: linear-gradient(to right, #00000066, #868686);
    border: 1px solid #ffffff99;
    color: #ffffff;
    padding: 6px 12px;
    font-size: 16px;
  }
  .view-btn-settings{
    display: grid;
    margin: 20px;
    gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .btn-view-ranks{
    cursor: pointer;
  }
  img.title-mini{
    height: 48px;
  }
  .icon-thien-thach{
    position: relative;
    width: 25%;
    height: auto;
    z-index: 0;
    top: -10%;
    left: 38%;
  }

  .logo-oppo{
    width: 20%;
    max-width: 128px;
  }

    .container-oppo-left-top .title-reno15{
      width: 60%;
    }
img.btn-star-light{
    position: absolute;
    top: -4px;
    left: -4px;
    width: 28%;
    animation: rotateStar 5s infinite;
  }
.messageError{
  font-size: 12px;
}
  @media screen and (max-width: 991px){
    .icon-thien-thach{
      display: none;
    }
    .container-hanh-trinh-san-sao, .container-oppo-reno15{
      min-height: 812px;
    }
    .container-oppo-reno15{
      width: calc(100% - 32px);
      aspect-ratio: unset;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      margin-top: 32px;
      padding: 0;
      max-width: 390px;
    }
    .grid-cols-2{
      display: block;
    }
    .logo-oppo{
      height: 16px;
    }
    .container-oppo-left-top .title-mini{
      width: 35%;
      height: auto;
    }
    .container-oppo-left-top .title-hanh-trinh-san-sao{
      width: 80%;
    }
    .container-right{
      padding: 32px;
      width: calc(100% - 64px);
      min-width: unset;
      aspect-ratio: 15/16;
    }
    .container-oppo {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
    }
    .icon-star-light{
      right: unset;
      left: 0;
    }
    .img-mockup-oppo{
      left: 0;
      width: 100%;
    }
    .img-star-right{
      right: 10%;
    }
    .img-star-left{
      left: 20%;
    }
    .icon-star-bottom-right{
      display: block;
      position: absolute;
      bottom: -21%;
      right: -25%;
      animation: slideUpDownStar 3s infinite ease-in-out;
    }
    .m-pb-3{
      padding-bottom: 12px;
    }
  }