
#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/b5dc8bbf-20a1-4120-8fe2-231ec25ac82a/assets/ab9eb823-4c11-4502-aa05-5853e2c8dc60-BG2-01.png');
}

.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/b5dc8bbf-20a1-4120-8fe2-231ec25ac82a/assets/69dc4283-a5b2-4967-bf73-863385d7f3dd-BG2-02.png')
	}
}
@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;
}