<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#w-confirm .main-img {
  margin-top: 15px;
	margin-bottom: 15px;
}


body {
  display: block;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
div, p, span, a {
	font-family: 'Roboto', sans-serif;
}
*, ::after, ::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a :hover {
  text-decoration: none;
}

ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

.bg-main {
  color: #111;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
	background-image: url('https://app.woay.vn/w/17b73f7b-a5b1-44bb-800d-4df77fdc2ed0/assets/e36c2688-6d42-4394-92aa-fa18b7b38ac8.jpg');
}

.box-img-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.box-img-flex img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.y-text-editor * {
  max-width: 100%;
}

.y-text-editor blockquote {
  margin: 0 0 1.25em;
  padding: 0 1.25em 0 1.875em;
  border-left: 2px solid #111;
  font-style: italic;
}

.y-text-editor h1 {
  font-size: 30px;
}

.y-text-editor h2 {
  font-size: 28px;
}

.y-text-editor h3 {
  font-size: 24px;
}

.y-text-editor h4 {
  font-size: 20px;
}

.y-text-editor h5 {
  font-size: 18px;
}

.y-text-editor h5 {
  font-size: 16px;
}

.y-text-editor p {
  margin-bottom: 10px;
}

.y-text-editor img {
  max-width: 100%;
  height: auto !important;
  display: initial;
}

.y-text-editor iframe {
  max-width: 100%;
}

.y-text-editor table {
  width: 100%;
}

.y-text-editor i {
  font-style: italic;
}

.y-text-editor u {
  text-decoration: underline;
}

.y-text-editor a {
  text-decoration: underline;
}

.y-text-editor b,
.y-text-editor strong {
  font-weight: bold;
}

.y-text-editor ul {
  padding-left: 30px;
  list-style-type: disc;
}

.y-text-editor ul li {
  display: list-item;
  list-style-type: disc;
}

.y-text-editor ol {
  padding-left: 30px;
  list-style-type: decimal;
}

.y-text-editor ol li {
  display: list-item;
  list-style-type: decimal;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .bg-main{
		background-image: url('https://app.woay.vn/w/17b73f7b-a5b1-44bb-800d-4df77fdc2ed0/assets/4ba67418-3696-4fdf-a04d-2d3ea996d603.jpg')
	}
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.hidden {
  display: none;
}

.w-banner-bottom {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .m-main-content .banner-1 {
    margin-top: 15px;
  }

	.m-main-content .banner-1 .box-img-flex {
    height: auto;
  }
}
.d-lg-none {
  display: none;
}

.mobile-hidden {
  display: block;
}

.wheel-logo {
  text-align: center;
  margin-top: 40px;
  height: 80px;
  margin-bottom: 15px;
}

.banner-1 {
	margin-top: 20px;
}
.m-menu-btn {
  position: absolute;
  right: 0;
  top: 10px;
  background-color: transparent;
  border: none;
  z-index: 6;
}

.m-menu-btn i {
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.m-menu-wrapper {
  background-color: #f3f3f3;
  width: 75%;
  height: 100%;
  position: absolute;
  z-index: 10;
  transition: .2s;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  right: -100%;
}

.m-menu-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s;
  z-index: 5;
}

.m-menu-header {
  text-align: center;
  padding: 11px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 15px;
}

.m-menu-header i {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 17px;
  cursor: pointer;
}

.m-menu {
  padding-left: 20px;
  list-style-type: none;
}

.m-menu li {
  padding: 11px 10px 11px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.m-menu li a {
  cursor: pointer;
  color: black;
}

.m-menu li:hover a,
.m-menu li:focus a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.m-main-content {
  color: #111;
  display: none;
  width: 100%;
  transition: .5s;
  z-index: 4;
}

.m-main-content .logo {
  padding: 20px 0;
}

.m-content-wrapper {
  background-color: white;
  padding: 20px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
    word-break: break-word;
}

.w-tab-ctn {
  position: relative;
  margin-bottom: 40px;
}

.mobile-screen {
  display: none;
  min-height: 100%;
}

#wTab .nav-link {
  display: inline-block;
  color: #000;
  font-weight: bold;
  margin-right: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#wTabContent {
  background-color: white;
}

@media (max-width: 991px) {
  .d-lg-none {
    display: block;
  }

  .mobile-hidden {
    display: none;
  }
}

/* =========================================================== */
.banner-1 .box-img-flex {
  height: 200px;
}



.box-noti-fixed {
  position: fixed;
  top: 80px;
  left: 0;
  width: 300px;
  height: 280px;
  overflow: hidden;
  z-index: 99;
	opacity: 0;
  visibility: hidden;
	font-size: 14px;
}

.box-noti-fixed.show {
  opacity: 1;
  visibility: visible;
}

.box-noti-fixed .close-noti {
  position: absolute;
  top: -100px;
  right: 5px;
  color: #000;
  font-size: 16px;
  width: 24px;
  height: 24px;
  text-align: center;
  opacity: 0;
	visibility: hidden;
  transition: all 0.7s;
  z-index: 2;
}

.box-noti-fixed .close-noti.active {
  top: 5px;
  opacity: 1;
	visibility: visible;
}

.box-noti-fixed .close-noti.text-1 {
  top: 20px;
}

.noti-reward-fixed .item {
  position: absolute;
  top: -100px;
  width: 100%;
  height: 0;
}

.noti-reward-fixed .item:first-child {
  transition: all 0.6s;
}

.noti-reward-fixed .item.ehidden {
  top: 100%;
  display: none;
}

.noti-reward-fixed .item .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 15px 8px 15px 8px;
  max-width: 100%;
  margin-bottom: 6px;
}

.noti-reward-fixed .item.active,
.noti-reward-fixed .item-1,
.noti-reward-fixed .item-2,
.noti-reward-fixed .item-3 {
  /*opacity: 1;
  visibility: visible;*/
  height: auto;
}

.noti-reward-fixed .item.active {
  top: 0;
  animation: show-item-1 .6s ease;
}

@keyframes show-item-1 {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
.noti-reward-fixed .item.text-1 {
  top: 18px;
  animation: show-item-0 .6s ease;
}

@keyframes show-item-0 {
  0% {
    top: -100px;
  }
  100% {
    top: 18px;
  }
}
.noti-reward-fixed .item.item-1 {
  top: 0;
  z-index: 3;
}

.noti-reward-fixed .item.item-2 {
  top: 96px;
  z-index: 2;
  animation: show-item-2 .6s ease;
}

@keyframes show-item-2 {
  0% {
    top: 0;
  }
  100% {
    top: 96px;
  }
}
.noti-reward-fixed .item.item-3 {
  top: 184px;
  z-index: 1;
  animation: show-item-3 .6s ease;
}

@keyframes show-item-3 {
  0% {
    top: 96px;
  }
  100% {
    top: 184px;
  }
}
.noti-reward-fixed .item:nth-child(n + 4) {
  display: none !important;
}

.noti-reward-fixed .item-1 .content,
.noti-reward-fixed .item-2 .content,
.noti-reward-fixed .item-3 .content {
  transition: opacity .7s;
}

.noti-reward-fixed .item.item-1 .content,
.noti-reward-fixed .item.active .content {
  width: 300px;
}

.noti-reward-fixed .item-2 .content {
  opacity: 0.5;
  width: 240px;
}

.noti-reward-fixed .item-3 .content {
  opacity: 0.3;
  width: 188px;
}

.noti-reward-fixed .item .circle {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.noti-reward-fixed .item.item-2 .circle {
  width: 32px;
  height: 32px;
}

.noti-reward-fixed .item.item-3 .circle {
  width: 24px;
  height: 24px;
}

.noti-reward-fixed .item .circle:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 60%;
  background: #F2994A;
  border-radius: 50%;
}

.noti-reward-fixed .item .circle span {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #F2994A;
  border-radius: 50%;
}

.noti-reward-fixed .item .info-noti {
  padding-left: 8px;
  width: calc(100% - 40px);
}

.noti-reward-fixed .item.item-2 .info-noti {
  width: calc(100% - 32px);
  font-size: 12px;
}

.noti-reward-fixed .item.item-3 .info-noti {
  width: calc(100% - 24px);
  font-size: 10px;
}

.noti-reward-fixed .item .info-noti .time {
  font-size: 12px;
}

.noti-reward-fixed .item.item-2 .info-noti .time {
  font-size: 10px;
}

.noti-reward-fixed .item.item-3 .info-noti .time {
  font-size: 8px;
}

.noti-reward-fixed .item .info-noti .desc {
  display: -webkit-box;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.noti-reward-fixed .item.text-1 .info-noti .desc {
  height: auto;
  -webkit-line-clamp: initial;
}

.noti-reward-fixed .item-2 .info-noti .desc {
  height: 33px;
}

.noti-reward-fixed .item-2.text-1 .info-noti .desc {
  height: auto;
  -webkit-line-clamp: initial;
}

.noti-reward-fixed .item-2.text-1 + .item-3 {
  top: 167px;
  animation: show-item-32 .6s ease;
}

@keyframes show-item-32 {
  0% {
    top: 96px;
  }
  100% {
    top: 167px;
  }
}
.noti-reward-fixed .item.item-3 .info-noti .desc {
  height: auto;
  max-height: 28px;
  -webkit-line-clamp: initial;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .box-noti-fixed {
    top: 0;
  }

  .box-noti-fixed .close-noti {
    top: 5px;
    right: 5px;
    color: #000;
  }

  .noti-reward-fixed .item {
    top: -100px;
    width: 100%;
  }

  .noti-reward-fixed .item .content {
    margin-bottom: 0;
  }

  .noti-reward-fixed .item.active {
    top: 0;
    opacity: 1;
  }

  .noti-reward-fixed .item .info-noti .desc {
    height: auto;
    -webkit-line-clamp: initial;
  }

}
@media (max-width: 575px) {
  .wheel-logo {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .banner-1 .box-img-flex {
    height: 90px;
  }

  .box-noti-fixed {
    top: 0;
    width: 100%;
    height: 70px;
  }

  .noti-reward-fixed .item .content {
    padding: 8px 10px;
    width: 100% !important;
  }
}

.nav-tabs-main {
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  border-bottom: 0 !important;
}

.nav-tabs-main .nav-item {
  padding: 10px 15px 0;
}

.nav-tabs-main .nav-item a {
  padding: 10px 0 8px;
  border: 0;
  background-color: #f8f8f8;
}

.nav-tabs-main .nav-item a:hover {
  background-color: initial;
}

.nav-tabs-main .nav-item.active a {
  color: #FF8144 !important;
  border: 0;
  border-bottom: 2px solid #FF8144;
  background-color: #f8f8f8;
}

.nav-tabs-main .nav-item.active a:hover, .nav-tabs-main .nav-item.active a:focus {
  border: 0;
  border-bottom: 2px solid #FF8144;
  background-color: initial;
}

.tab-content-main {
  padding: 30px 40px 50px;
}

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


.w-box-img img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}


.footer__item {
  width: 100%;
  position: relative;
  background: #000;
  text-align: center;
}
.footer__item img {
  position: fixed;
  opacity: 0.7;
  width: 50px;
  height: 50px;
  left: 10px;
  bottom: 10px;
}
.footer__content {
  padding: 10px;
  color: #fff;
}
.footer__content a {
  color: #bc936d;
  font-weight: bold;
}
@media(max-width: 475px){
  .footer__content {
    font-size: 12px;
  }
}

a, button, .btn, [class*="btn-"], [class*="-btn"] {
  cursor: pointer;
}
#lixi-game canvas {
	width: 100%;
}
.reward-list {
    text-align: center;
}

.reward-list .item-reward {
    display: flex;
		align-item: center;
		justify-content: space-between;
}
/* Mission css */
.section-mission {
    margin: 30px auto;
}
.section-mission ul {
    width: 100%;
    display: block;
    max-width: 900px;
    margin: 30px auto;
}
.section-mission ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #E5E5E5;
    margin: 8px 0;
    padding: 15px 0px;
}
.section-mission .box-point .point {
    background: #008ed6;
    color: #fff;
    padding: 5px 40px;
    border-radius: 50px;
    font-size: 12px;
    text-align: center;
}
.section-mission .btn-challenge a {
    color: #fcb972;
    background: #fff;
    border: 2px solid #fcbc78;
    padding: 5px 40px;
    border-radius: 50px;
    font-size: 12px;
}
.section-mission ul li .box-img {
    width: 20%;
    text-align: center;
}
.section-mission ul li .box-info {
    width: calc(55% - 20px);
    margin-right: 20px;
}
.section-mission ul li .btn-challenge {
    width: 25%;
}
.box-img {
    display: block;
    overflow: hidden;
}
.section-mission .box-img img {
    max-width: 50px;
    height: auto;
}
.btn-challenge a.deactive {
    background: transparent !important;
    border: 1px solid #000 !important;
    color: #656565 !important;
    pointer-events: none;
}
.section-mission ul li .box-info p {
    font-size: 16px;
    line-height: unset;
    margin: 0;
    padding-bottom: 5px;
}
.section-mission ul li .box-info h5 {
    font-size: 21px;
    font-weight: 700;
    margin: 10px 0;
}
.section-mission ul li .box-point {
    width: 23.25%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.section-mission ul li .box-point .point {
    background: #008ed6;
    color: #fff;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    width: 200px;
    text-align: center;
}
.section-mission ul li .btn-challenge a {
    color: #fff;
    background: #5647FF;
    border: unset;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
}
#w-text-share-url {
    width: 100%;
    padding: 19px;
    border-radius: 10px;
}
input:focus {
    outline: none;
}
@media (min-width: 768px) {
    .section-mission ul li .btn-challenge a {
        width: 166px;
        text-align: center;
    }
}
/* css mission mobile */
.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.flex-box .box-point {
    width: 50%;
    display: flex;
    justify-content: flex-start
}
.flex-box .btn-challenge {
    width: 50%;
    display: flex;
    justify-content: flex-end
}
.section-mission .slider-owl-3 .m-challenge {
    border: 1px solid #cfa551;
    border-radius: 10px;
    position: relative;
    padding: 10px;
    min-height: 345px
}
@media (max-width: 991px) {
    .section-mission ul li {
        display: block;
    }
    .flex-box .box-point,
    .flex-box .btn-challenge {
        justify-content: center;
    }
    .flex-box .box-point .point {
        padding: 5px 10px;
    }
    .flex-box .btn-challenge a {
        padding: 5px;
        text-align: center;
        width: 100%;
    }
    .section-mission ul li .btn-challenge a {
        font-size: 12px;
        padding: 12px;
    }
    .section-mission ul li .box-info {
        padding: 0 15px;
        margin-right: 0;
        width: 100%;
    }
    .section-mission ul li {
        padding: 15px;
    }
    .section-mission ul li .box-img {
        width: 40%
    }
    .section-mission .meta {
        width: 100%;
    }
    .section-mission ul li .box-info h5 {
        font-size: 18px;
    }
    .section-mission ul li .btn-challenge {
        width: 100%;
    }
    .box-right {
        width: 60%;
    }
}
/* css mission quiz */
.title-question {
    font-weight: bold;
}
#box-question .list-question {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#box-question.disable {
    pointer-events: none;
}
.list-question .item-question {
    flex-basis: calc(50% - 10px);
    position: relative;
    text-align: center;
    background-color: #dedede;
    padding: 15px;
    margin: 5px;
}
.item-question input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.item-question .checkmark {
    position: absolute;
    display: none;
    top: -10px;
    right: -10px;
    max-width: 50px;
}
.list-question .item-question.correct {
    background-color: #93F049;
    color: #fff;
}
.list-question .item-question.wrong {
    background-color: #FA9494;
    color: #fff;
}
.text-qrcode {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
@media (max-width: 991px) {
    .list-question .item-question {
        flex-basis: 100%;
    }
}
/* bĂ¡ÂºÂ£ng xĂ¡ÂºÂ¿p hĂ¡ÂºÂ¡ng */
.box-900 {
    max-width: 900px;
    margin: 10px auto
}
.title-main {
    padding: 0;
    margin: 0 !important
}
.wrap-item-button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.wrap-item-button .item-button {
    border: 1px solid #000;
    margin-right: 15px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 15px;
    background-color: #fff;
}
.wrap-item-button .active {
    background-color: #ee1d23;
}
.wrap-item-button .active a {
    color: #fff;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
td,
th {
    border: 1px solid;
    text-align: left;
    padding: 8px;
}
tr:nth-child(even) td {
    background-color: #dddddd;
}
.sub-title {
    font-size: 14px;
    color: #ee1d23;
    display: block;
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
    margin: 0
}
.tabs .tab-links {
    padding-top: 20px
}
.tabs .tab-links {
    display: flex
}
.tabs .tab-links li {
    text-align: center;
    justify-content: space-between;
}
.tabs .tab-links li.active-bxh span {
    color: #ee1d23
}
.tabs .tab-links li span {
    font-size: 14px;
    color: #000
}
.tabs .tab-links li a {
    color: #242628;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding: 10px 20px;
}
.tabs .tab-links li a.active {
    color: #fff
}
li.off-click {
    pointer-events: none;
}
li.off-click a {
    opacity: 0.5 !important;
}
.tab-content .tab.active-bxh {
    display: block
}
.tab-content .tab {
    display: none
}
.rank-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15)
}
.rank-item .item-name {
    text-align: center;
    flex: 1;
    padding-left: 20px;
    font-size: 14px;
}
.rank-item .item-point {
    text-align: center;
    width: 30%;
}
.rank-item .item-time {
    width: 20%;
    text-align: right;
}
.rank-item.active {
    background-color: #87cefa
}
.high-score-progress {
    flex-basis: 50%;
    margin-bottom: 0 !important;
    max-height: 10px;
    max-width: 300px
}
.high-score-progress .progress-bar {
    background-color: #ee1d23
}
.ml-3 {
    margin-left: 15px
}
.rank-item-uinfo {
    display: flex;
    flex-basis: 45%;
    align-items: center
}
.wrap-item-button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.tabs .tab-links {
    padding-top: 20px;
}
.wrap-item-button .active {
    background-color: #ee1d23;
}
.tabcontent {
    display: none;
}
.tabcontent.active {
    display: block;
}
.title-rank {
    font-weight: bold;
    text-align: center;
    padding: 8px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-bottom: unset;
    background-color: #000;
    text-transform: uppercase;
    font-size: 20px;
}
/* kho phĂ¡ÂºÂ§n thĂ†Â°Ă¡Â»Å¸ng */
.list-reward {
    border: 1px solid #000;
    width: 100%;
}
.title-reward {
    padding: 15px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #000;
    color: #fff;
}
.bg-white {
    background-color: #fff;
}
.item-reward {
    display: flex;
    align-items: center;
    padding: 15px;
}
.item-reward .item-name {
    width: 30%
}
.item-reward .item-time {
    width: 30%;
}
.item-reward .sku {
    flex: 1;
    text-align: right;
}
@media (max-width: 991px) {
    .list-reward {
        width: 100%;
    }
}
/* lĂ¡Â»â€¹ch sĂ¡Â»Â­ Ă„â€˜iĂ¡Â»Æ’m */
.list-point {
    border: 1px solid #000;
    width: 100%;
}
.total-point {
    opacity: 0;
    font-weight: 900;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: -1px -1px 0px #3c4915, 1px -1px 0px #3c4915, -1px 1px 0px #3c4915, 1px 1px 0px #3c4915;
    color: #fff;
    text-align: center;
}
.your-point {
    color: #FAC53B;
    font-size: 32px;
    text-shadow: -1px -1px 0px #3c4915, 1px -1px 0px #3c4915, -1px 1px 0px #3c4915, 1px 1px 0px #3c4915;
}
.item-score {
    display: flex;
    align-items: center;
    padding: 15px;
}
.item-score .item-point {
    width: 30%;
}
.item-score .item-time {
    width: 30%;
}
.item-score .item-type {
    flex: 1;
    text-align: right;
}
.info-more-vongquay .box-action .box-btn {
    margin-bottom: 10px !important;
}
@media (max-width: 991px) {
    .total-point {
        font-size: 16px;
    }
    .your-point {
        font-size: 18px;
    }
}
@media (max-width: 540px) {
    /* new fix */
    .w-modal .btn-popup {
        flex: unset !important;
    }
    .info-more-vongquay .box-action .box-btn {
        display: block !important;
    }
    .info-more-vongquay .box-action a {
        margin: 5px auto;
    }
}
@media (max-width: 320px) {
    .item-score .item-time {
        width: 45%;
    }
}

.text-number-turns {
    opacity: 0;
}
.reward-img {
    text-align: center;
    padding: 10px 0;
}
.reward-img img {
    max-width: 150px;
}
@media (min-width: 1200px) {
    .modal__content {
        max-height: 55vh !important;
    }
}
@media (max-width: 480px) {
    .reward-img img {
        max-width: 80px;
    }
    .w-modal .text-tutorial span {
        font-size: 12px;
    }
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.btn-zalo {
	background-color: #0573ff;
}
.btn-google {
	background-color: #d93025;
}
.woay-box-wheel {
	max-width: 600px !important;
}

.box-rank.tabs, .list-point, .list-reward {
  display: none;
}
</pre></body></html>