@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,700;1,400&display=swap");
.button-green {
  background-color: #3AB549;
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.button-green:hover, .button-green:focus {
  background-color: #34a241;
  color: #FFFFFF;
}

.button-yellow {
  background-color: #fabc3f;
  color: #333333;
  text-decoration: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.button-yellow:hover, .button-yellow:focus {
  background-color: #f9b326;
  color: #FFFFFF;
}

.button-grey {
  background-color: #b9b9b9;
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.button-grey:hover, .button-grey:focus {
  background-color: #929292;
  color: #FFFFFF;
}

.button-tab-reward {
  background-color: #dfdfdf;
  color: #9F9F9F;
  text-decoration: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.button-tab-reward:hover, .button-tab-reward:focus {
  background-color: #d2d2d2;
  color: #9F9F9F;
}
.button-tab-reward.active {
  background-color: #FD2D55;
  color: #FFFFFF;
}
.button-tab-reward.active:hover, .button-tab-reward.active:focus {
  background-color: #fd1441;
  color: #FFFFFF;
}

.button-flat-orange {
  position: absolute;
  height: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fabc3f;
  color: #FFFFFF;
  display: block;
  border-radius: 0 0 8px 8px;
}
.button-flat-orange:hover, .button-flat-orange:focus {
  background-color: #f9b326;
  color: #FFFFFF;
}

.button-flat-red {
  position: absolute;
  height: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FD2D55;
  color: #FFFFFF;
  display: block;
  border-radius: 0 0 8px 8px;
}
.button-flat-red:hover, .button-flat-red:focus {
  background-color: #fd1441;
  color: #FFFFFF;
}

.button-edit-profile {
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  font-size: 10px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  border: 1px solid rgba(55, 28, 179, 0.5);
  position: absolute;
  right: 0;
  bottom: 0;
}

.bkg-primary {
  background-color: #371CB3 !important;
}

.bkg-yellow {
  background-color: #fabc3f !important;
}

.bkg-green {
  background-color: #3AB549 !important;
}

.bkg-grey-smoke {
  background-color: #dfdfdf !important;
}

.bkg-orange-dark {
  background-color: #D16A1B !important;
}

body {
  background: #bc64d5;
  background: linear-gradient(0deg, #bc64d5 0%, #371CB3 100%);
  background-attachment: fixed;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
}
body.body-login, body.body-w-circle {
  background: #bc64d5;
  background: linear-gradient(0deg, #bc64d5 0%, #062B6E 100%);
  background-attachment: fixed;
}

a {
  color: #371CB3;
}

.box-wrapper {
  max-width: 576px;
}

.intersect {
  top: 50%;
  transform: translateY(-50%);
  margin-top: -0.875rem;
}

.space-1 {
  height: 1.5rem;
  display: block;
}

.text-tiny {
  font-size: 12px;
}

.text-yellow-young {
  color: #FFEBB8;
}

.border-radius {
  border-radius: 8px;
}

.bg-pvp {
  background-image: url("../images/bg_pvp.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-pvp a {
  color: #FFFFFF;
}

.loading {
  position: fixed;
  background-color: #062B6E;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  display: flex;
}

.nav-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 35px;
  height: 35px;
  background: rgba(51, 51, 51, 0.5);
  color: #FFFFFF;
  text-align: center;
  line-height: 35px;
}
.nav-slider.slider-left {
  left: 0;
}
.nav-slider.slider-right {
  right: 0;
}

.page-wrapper {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.slider-box {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.slider-box .slick-list {
  border-radius: 8px;
}
.slider-box img {
  max-width: 100%;
}

.profile-box {
  background: #f77a22;
  background: linear-gradient(90deg, #fabc3f 0%, #f77a22 100%);
  padding: 0.875rem;
  border-radius: 8px;
  color: #FFFFFF;
  line-height: normal;
}

.avatar img {
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  max-width: 100%;
  width: 50px;
  padding: 1px;
}

.avatar-alt {
  width: 65px;
  height: 65px;
  display: inline-block;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.avatar-alt img {
  border-radius: 50%;
  max-width: 100%;
  border: 2px solid #FFFFFF;
}

.point-box {
  display: block;
  line-height: 1.5;
  padding: .375rem .75rem;
  background-color: #D16A1B;
  border-radius: 50rem;
  color: #FFEBB8;
  font-weight: 500;
  position: relative;
  text-align: right;
  height: 38px;
  font-size: 1rem;
}
.point-box img {
  width: 30px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.point-box span {
  padding-left: 30px;
}

.banner {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.banner img {
  border-radius: 8px;
}

.simple-card {
  background-color: #FFFFFF;
  padding: 0.875rem;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.simple-card .simple-card-title {
  background-color: #7E98BE;
  color: #FFFFFF;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 8px;
  position: absolute;
  top: -10px;
  font-size: 14px;
}
.simple-card .simple-card-title.with-pic {
  padding: 3px 10px 3px 35px;
  margin-left: 10px;
}
.simple-card .simple-card-title.with-pic img {
  position: absolute;
  width: 40px;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.simple-card.card-with-button {
  padding-top: 0.875rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-bottom: calc(0.875rem + 40px);
}

.cat-box {
  color: inherit;
  text-decoration: none;
}

.game-item {
  color: inherit;
  text-decoration: none;
  line-height: normal;
}
.game-item img {
  margin-bottom: 0.5rem;
  border-radius: 8px;
}

.bottom-nav {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #FFFFFF;
}
.bottom-nav .col {
  min-width: 20%;
}
.bottom-nav .nav-box {
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 8px;
}
.bottom-nav .nav-box a {
  color: #9F9F9F;
  display: block;
  text-decoration: none;
}
.bottom-nav .nav-box .icon {
  font-size: 1.25rem;
}
.bottom-nav .nav-box .nav-title {
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  display: block;
  width: 100%;
}
.bottom-nav .active .nav-box a {
  color: #371CB3;
}

.reward {
  background-color: #FFFFFF;
  padding: 0.875rem 1.5rem;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 1rem;
}
.reward:last-of-type {
  margin-bottom: 0;
}
.reward::before {
  content: '';
  height: 20px;
  width: 20px;
  background-color: #371CB3;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  left: -10px;
}
.reward::after {
  content: '';
  height: 20px;
  width: 20px;
  background-color: #371CB3;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  right: -10px;
}
.reward .reward-content {
  max-width: 100%;
  flex-grow: 1;
}
.reward .reward-pic img {
  border-radius: 50%;
  max-width: 100px;
}
.reward .reward-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-wrap;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1rem;
}
.reward .reward-claimed-date {
  font-size: 12px;
  color: #9F9F9F;
  margin-bottom: 0.25rem;
  text-align: right;
}

.reward-category-list {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow-x: auto;
}
.reward-category-list li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.reward-category-list li:last-child {
  margin-right: 0;
}
.reward-category-list .reward-category-box {
  display: block;
  background-color: #FFFFFF;
  color: #9F9F9F;
  width: 75px;
  height: 70px;
  border-radius: 8px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  text-align: center;
  font-size: 1.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 0.5rem 0.25rem;
  text-decoration: none;
}
.reward-category-list .reward-category-box.active {
  background-color: #FD2D55;
  color: #FFFFFF;
}
.reward-category-list .reward-category-icon {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reward-category-list .reward-category-title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-title {
  background-color: #062B6E;
  font-size: 1rem;
  color: #FFFFFF;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.header-title .header-title-back {
  position: absolute;
  left: 0.75rem;
}

.timer-count {
  display: block;
  height: 100%;
  background-color: #3AB549;
  border-radius: 8px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
}

#countdown {
  position: relative;
  margin: auto;
  height: 40px;
  width: 40px;
  text-align: center;
}
#countdown #countdown-number {
  color: #FFFFFF;
  display: inline-block;
  line-height: 40px;
}
#countdown svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}
#countdown svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 4px;
  stroke: #fabc3f;
  fill: none;
  animation: countdown 10s linear infinite forwards;
}

.question-count {
  display: block;
  line-height: 1.5;
  padding: .375rem .75rem;
  border: 1px solid #D16A1B;
  border-radius: 50rem;
  color: #FFEBB8;
  font-weight: 500;
  position: relative;
  text-align: center;
  height: 38px;
  font-size: 1rem;
}
.question-count .count {
  color: #D16A1B;
}

.question-box {
  padding: 0.875rem;
  background-color: #dfdfdf;
  border-radius: 8px;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.question-box img {
  max-width: 100%;
}
.question-box p:last-child {
  margin-bottom: 0;
}

.question-choice {
  margin-bottom: 0.75rem;
}
.question-choice:last-child {
  margin-bottom: 0;
}
.question-choice .btn-check:checked + label {
  background-color: #3AB549;
  color: #FFFFFF;
  border-color: #3AB549;
}
.question-choice .btn-check:active + label {
  background-color: #3AB549;
  color: #FFFFFF;
  border-color: #3AB549;
}
.question-choice label {
  border-color: #d2d2d2;
  text-align: left;
}

.result-field {
  display: block;
  line-height: 1.5;
  padding: .375rem .75rem;
  background-color: #dfdfdf;
  border-radius: .25rem;
  position: relative;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 14px;
  color: #333333;
}
.result-field:last-of-type {
  margin-bottom: 0;
}

.leaderboard {
  font-size: 14px;
}
.leaderboard .leaderboard-title {
  position: relative;
  display: inline-block;
}
.leaderboard .leaderboard-title .ribbon-text {
  font-size: 1rem;
  background-color: #FD2D55;
  color: #FFFFFF;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 0.25rem;
  position: relative;
  z-index: 9;
}
.leaderboard .leaderboard-title .ribbon-left {
  width: 30px;
  height: 30px;
  background-image: url("../images/ribbon-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  left: -20px;
  bottom: -10px;
}
.leaderboard .leaderboard-title .ribbon-right {
  width: 30px;
  height: 30px;
  background-image: url("../images/ribbon-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  right: -20px;
  bottom: -10px;
}
.leaderboard .leaderboard-list {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #dfdfdf;
}
.leaderboard .leaderboard-list:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.leaderboard .leaderboard-body {
  max-width: 100%;
  overflow: hidden;
}
.leaderboard .ld-person {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leaderboard .ld-badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
  background-color: #dfdfdf;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.header {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.search-box {
  background: #bc64d5;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0.875rem;
  z-index: 99;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-top: 1rem;
  border-radius: 8px;
}
.search-box input {
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
}

.ribbon-winner {
  position: relative;
  display: block;
}
.ribbon-winner .ribbon-winner-text {
  background-color: #3AB549;
  border-radius: 8px;
  padding: 5px 10px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
  font-size: 1.25rem;
}
.ribbon-winner .ribbon-winner-left {
  width: 45px;
  height: 45px;
  background-image: url("../images/ribbon-green-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  left: -30px;
  bottom: -15px;
}
.ribbon-winner .ribbon-winner-right {
  width: 45px;
  height: 45px;
  background-image: url("../images/ribbon-green-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  right: -30px;
  bottom: -15px;
}
.ribbon-winner.ribbon-lose .ribbon-winner-text {
  background-color: #FD2D55;
}
.ribbon-winner.ribbon-lose .ribbon-winner-left {
  background-image: url("../images/ribbon-left.png");
}
.ribbon-winner.ribbon-lose .ribbon-winner-right {
  background-image: url("../images/ribbon-right.png");
}

.header-profile {
  padding-top: 1.25rem;
  color: #FFFFFF;
}
.header-profile .heading-profile-pic {
  border-radius: 50%;
  width: 65px;
}
.header-profile .heading-profile-title {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 5px;
}
.header-profile .heading-profile-phone {
  margin-bottom: 10px;
}

.menu-list {
  padding: 0 20px;
  background-color: #FFFFFF;
  color: #333333;
  border-radius: 8px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 1rem;
}
.menu-list ul {
  margin: 0;
  padding: 0;
}
.menu-list ul li {
  list-style: none;
  border-bottom: 1px solid rgba(159, 159, 159, 0.35);
}
.menu-list ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.menu-list ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #333333;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}
.menu-list ul li .ico-menu-list {
  display: flex;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.game-item-card {
  display: block;
  background-color: #FFFFFF;
  padding: 0.875rem;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  color: inherit;
  text-decoration: none;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.game-item-card:hover, .game-item-card:focus {
  background-color: rgba(255, 255, 255, 0.9);
}
.game-item-card img {
  border-radius: 8px;
}
.game-item-card .game-item-card-content {
  width: 100%;
  overflow: hidden;
}
.game-item-card .game-item-card-cat {
  font-size: 12px;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dfdfdf;
}
.game-item-card .game-item-card-cat i {
  margin-right: 0.25rem;
}
.game-item-card .game-item-card-title {
  font-size: 14px;
  margin-bottom: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-item-card:last-of-type {
  margin-bottom: 0;
}

.game-detail .game-detail-title {
  font-weight: 700;
  font-size: 1rem;
}
.game-detail .game-detail-badge {
  background-color: #D16A1B;
  color: #FFFFFF;
  border-radius: 50rem;
  padding: 0.5rem 0.75rem;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #FFEBB8;
  font-weight: 500;
}
.game-detail .game-detail-desc {
  font-size: 14px;
  color: #333333;
  line-height: 1.35rem;
}
.game-detail .game-detail-desc p:last-child {
  margin-bottom: 0;
}
.game-detail .slick-list {
  border-radius: 8px;
}
.game-detail img {
  max-width: 100%;
}

.history-box {
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #dfdfdf;
  text-decoration: none;
  color: inherit;
  display: block;
}
.history-box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.history-box img {
  width: 55px;
  border-radius: 8px;
}
.history-box h5 {
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 3px;
}
.history-box p {
  color: #9F9F9F;
  font-size: 12px;
}
.history-box p .date {
  color: #333333;
}
.history-box .history-box-content {
  max-width: 100%;
  overflow-y: hidden;
}

.login-wrapper {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}
.login-wrapper a {
  text-decoration: none;
}
.login-wrapper .login-logo {
  margin-bottom: 1.5rem;
  text-align: center;
}
.login-wrapper .login-logo img {
  width: 100px;
}
.login-wrapper .login-box {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.login-wrapper .login-box .login-heading {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.login-wrapper .login-box .form-group {
  color: #9F9F9F;
  margin-bottom: 1rem;
}
.login-wrapper .login-box .form-group input {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}

#inx_img{
  height: 8rem;
  width: 8rem;
}

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