.popupnap {
  background-color: #00000080;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  align-items: center;
  display: flex; }
  .popupnap .popupnapinner {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 350px;
    text-align: center;
    line-height: 22px;
    max-width: 80%; }
    .popupnap .popupnapinner .title {
      font-size: 1.3rem;
      font-weight: 500;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .popupnap .popupnapinner a {
      background: #ddd;
      border: 0;
      border-radius: 5px;
      color: #372f50 !important;
      font-size: 14px;
      margin: 5px;
      padding: 8px 25px;
      display: inline-block;
      margin-top: 10px; }

.hide {
  display: none !important; }

.notegame {
  padding: 5px 1.2rem;
  margin: 10px 1rem;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: bisque;
  border: 2px solid;
  -webkit-animation-name: rainbow-border;
  animation-name: rainbow-border;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  line-height: 22px; }

@keyframes rainbow-border {
  0% {
    border-color: red;
    color: red; }
  17% {
    border-color: orange;
    color: orange; }
  34% {
    border-color: yellow;
    color: orange; }
  51% {
    border-color: green;
    color: green; }
  68% {
    border-color: blue;
    color: blue; }
  85% {
    border-color: indigo;
    color: indigo; }
  100% {
    border-color: violet;
    color: violet; } }
.list_products {
  display: flex;
  flex-wrap: wrap; }
  .list_products .item {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
    float: left; }
    .list_products .item .text {
      font-weight: 600;
      text-align: center; }
    .list_products .item .img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 2px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: relative;
      margin: 5px auto;
      -webkit-transition: 0.1s ease-in-out;
      -o-transition: 0.1s ease-in-out;
      transition: 0.1s ease-in-out;
      max-width: 5.5rem;
      border: 2px solid var(--main-color);
      overflow: hidden; }

.quydinh {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99; }
  .quydinh .title {
    align-items: center;
    background: var(--main-color);
    border-bottom: 1px solid #e2e5ec;
    display: flex;
    height: 50px;
    justify-content: space-between;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px; }
  .quydinh .content {
    padding: 15px;
    line-height: 22px; }

.games_time {
  position: relative;
  font-size: 15px;
  line-height: 36px;
  width: 100%;
  border-bottom: 1px solid #cfd7ff78;
  background: var(--extra-color); }
  .games_time .games_time_name {
    display: inline-block;
    padding-left: 10px; }
  .games_time .games_time_co {
    margin-left: 10px;
    display: inline-block;
    padding-right: 10px; }
  .games_time .info-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 16px;
    border-radius: 50%;
    overflow: hidden; }
    .games_time .info-icon svg {
      width: 20px;
      height: 20px;
      fill: #fe96a5;
      background: #fff; }

.head {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: relative;
  background: var(--main-color);
  background-size: 100% 100%; }
  .head .logo {
    float: left;
    width: 25%;
    padding: 5px 0; }
  .head .rs_game {
    text-align: center; }
    .head .rs_game .rs_game_name span {
      font-weight: 600;
      font-size: 16px; }
  .head .info-icon {
    position: absolute;
    top: 46px;
    right: 5px; }
  .head .back {
    position: absolute;
    left: 15px;
    top: 15px; }
    .head .back svg {
      width: 20px;
      height: 20px;
      fill: #fff; }
  .head .id {
    float: left;
    margin-left: 50px; }
  .head .results_before, .head .results_before_random {
    border-top: 1px solid #ffffff2b;
    padding: 12px 0;
    text-align: center; }
    .head .results_before .item1, .head .results_before_random .item1 {
      display: inline-block;
      margin: 0 5px;
      width: 45px;
      height: 45px;
      background: linear-gradient(to top, #ffffff, #fbbf0a, #ffffff);
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 25px;
      font-weight: 700;
      -webkit-box-shadow: 0 4px 8px #416762;
      box-shadow: 0 4px 8px #416762;
      border: 1px solid #ffc404;
      color: #000;
      display: inline-block;
      text-align: center;
      line-height: 45px;
      justify-content: center;
      border-radius: 50%; }
    .head .results_before img, .head .results_before_random img {
      width: 45px; }
  .head .rs_game {
    padding-left: 10px;
    box-sizing: border-box;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px; }

.head2 {
  background: var(--main-color); }
  .head2 h1 {
    border-bottom: 1px solid #ccc; }
  .head2 h2 {
    background: var(--extra-color);
    color: #fff;
    width: 90%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 4px;
    line-height: 36px;
    font-size: 16px; }

.listgames {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  min-height: 40px;
  position: relative;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 15px; }
  .listgames .item {
    width: 33%;
    float: left;
    text-align: center; }
    .listgames .item a {
      color: var(--color-text);
      font-size: 14px;
      line-height: 35px;
      width: auto;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      text-transform: uppercase;
      font-weight: 500;
      white-space: nowrap;
      padding: 0 12px;
      text-align: center;
      opacity: 1;
      cursor: pointer;
      background: #ffffff;
      border: 2px solid transparent;
      display: inline-block; }
  .listgames .item_active a {
    opacity: 1;
    border: 2px solid #fff;
    -webkit-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
    background: var(--bg-main);
    color: var(--color-text-light); }

.info {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15); }

.topbot {
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(90deg, rgba(119, 95, 217, 0), #c24491, rgba(119, 95, 217, 0)); }

.bot {
  padding: 15px;
  font-size: 20px;
  color: #fff; }
  @media all and (max-width: 400px) {
    .bot {
      font-size: 16px; } }

.top {
  padding: 15px; }
  .top .top1 {
    width: 30px;
    float: left; }
  .top .top2 {
    width: calc(60% - 30px);
    float: left;
    line-height: 30px;
    font-size: 22px;
    color: #c24491;
    padding-left: 15px;
    box-sizing: border-box; }
    @media all and (max-width: 400px) {
      .top .top2 {
        font-size: 20px; } }
  .top .top3 {
    width: 40%;
    float: left;
    text-align: right;
    font-size: 16px;
    color: #c24491;
    line-height: 26px; }
    @media all and (max-width: 400px) {
      .top .top3 {
        font-size: 16px; } }

.top3 {
  display: inline-block; }

.hide {
  display: none; }

.wrapper .listgames {
  padding-bottom: 20px; }
.wrapper .group_type_name {
  width: 80%;
  margin: auto;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 2px 4px 0 #00000080;
  padding: 12px 10px;
  border-radius: 50px;
  transform: translate(0px, -15px); }
  .wrapper .group_type_name .item_group_type_name {
    color: var(--color-text);
    font-size: 14px;
    line-height: 35px;
    width: auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    white-space: nowrap;
    padding: 0 12px;
    text-align: center;
    opacity: 1;
    cursor: pointer;
    background: #ffffff;
    border: 2px solid transparent; }
  .wrapper .group_type_name .item_group_type_name_active {
    opacity: 1;
    border: 2px solid #fff;
    -webkit-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
    background: var(--bg-main);
    color: var(--color-text-light); }
.wrapper .group_type {
  text-align: center; }
  .wrapper .group_type .item {
    width: 20%;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 0 10px #dfdfdf;
    box-shadow: 0 0 10px #dfdfdf;
    color: #000;
    cursor: pointer;
    padding: 8px 0;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #eee; }
    .wrapper .group_type .item:hover {
      background: var(--bg-main);
      color: var(--color-text-light); }
  .wrapper .group_type .itemact {
    background: var(--bg-main);
    color: var(--color-text-light); }
.wrapper .list_type {
  text-align: center;
  padding: 20px 0; }
  .wrapper .list_type .gname {
    border: 1px solid var(--main-color);
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: var(--main-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    min-width: 150px;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none; }
  .wrapper .list_type .listitemtype {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
    border-left: 1px solid #eee; }
    .wrapper .list_type .listitemtype .itemtype {
      background: #fff;
      border: 1px solid var(--main-color);
      color: var(--main-color);
      cursor: pointer;
      display: block;
      font-size: 15px;
      font-weight: 400;
      height: auto;
      margin: 0;
      line-height: 24px;
      padding: 6px 0px;
      width: 50%;
      width: calc(100% / 2 - 10px);
      margin: 5px;
      border-radius: 5px;
      float: left;
      box-sizing: border-box; }
      .wrapper .list_type .listitemtype .itemtype span {
        display: none;
        color: #999;
        font-size: 12px; }
    .wrapper .list_type .listitemtype .item_rs17, .wrapper .list_type .listitemtype .item_rs18, .wrapper .list_type .listitemtype .item_rs19, .wrapper .list_type .listitemtype .item_rs20, .wrapper .list_type .listitemtype .item_rs21, .wrapper .list_type .listitemtype .item_rs22, .wrapper .list_type .listitemtype .item_rs31, .wrapper .list_type .listitemtype .item_rs32, .wrapper .list_type .listitemtype .item_rs39, .wrapper .list_type .listitemtype .item_rs40,
    .wrapper .list_type .listitemtype .item_rs41, .wrapper .list_type .listitemtype .item_rs42, .wrapper .list_type .listitemtype .item_rs51, .wrapper .list_type .listitemtype .item_rs52, .wrapper .list_type .listitemtype .item_rs112, .wrapper .list_type .listitemtype .item_rs113, .wrapper .list_type .listitemtype .item_rs114, .wrapper .list_type .listitemtype .item_rs115, .wrapper .list_type .listitemtype .item_rs124, .wrapper .list_type .listitemtype .item_rs125,
    .wrapper .list_type .listitemtype .item_rs126, .wrapper .list_type .listitemtype .item_rs127, .wrapper .list_type .listitemtype .item_rs128, .wrapper .list_type .listitemtype .item_rs129, .wrapper .list_type .listitemtype .item_rs138, .wrapper .list_type .listitemtype .item_rs139 {
      font-size: 18px;
      line-height: 20px;
      padding: 10px 0;
      line-height: 20px; }
    .wrapper .list_type .listitemtype .item_rs1, .wrapper .list_type .listitemtype .item_rs2 {
      background: #ffff;
      border: 1px solid #eee;
      cursor: pointer;
      display: block;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      height: auto;
      margin: 0;
      background: var(--bg-main);
      border: 2px solid #fff;
      color: #fff;
      padding: 12px 0;
      width: calc(100% / 2 - 10px);
      margin: 5px;
      line-height: 20px; }
      .wrapper .list_type .listitemtype .item_rs1 span, .wrapper .list_type .listitemtype .item_rs2 span {
        color: #999;
        font-size: 12px; }
    .wrapper .list_type .listitemtype .item_rs1 {
      background: #FF379B; }
    .wrapper .list_type .listitemtype .item_rs2 {
      background: #FF9B19; }
    .wrapper .list_type .listitemtype .item_rs_active {
      background: #fff; }
.wrapper .wl {
  width: 25%;
  float: left;
  background: #fff;
  border-radius: 10px 10px 0 0;
  height: calc(100vh - 200px); }
  @media all and (max-width: 500px) {
    .wrapper .wl {
      width: 30%; } }
  .wrapper .wl .wltop {
    text-align: center;
    color: #fff;
    background: #c24491;
    padding: 6px 5px;
    font-size: 18px;
    border-radius: 10px 10px 0 0; }
  .wrapper .wl .wlbot {
    font-size: 22px;
    color: #3517b9;
    background: #775fd926;
    line-height: 80px;
    text-align: center; }
.wrapper .wr {
  width: calc(75% - 10px);
  float: right; }
  @media all and (max-width: 500px) {
    .wrapper .wr {
      width: calc(70% - 10px); } }
  .wrapper .wr .list_result .item_rs {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    float: left;
    line-height: 100px;
    background: #fff;
    border-radius: 10px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    font-weight: 600; }
  .wrapper .wr .list_result .item_rs_active {
    color: #fff;
    background: #c24491; }

.pop_submit, .note_trans {
  width: 100%;
  height: 100vh;
  background: #161616ba;
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: 0px; }
  .pop_submit .inner, .note_trans .inner {
    width: 80%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px;
    background-size: cover; }
    @media all and (max-width: 800px) {
      .pop_submit .inner, .note_trans .inner {
        width: 90%; } }
    .pop_submit .inner input, .note_trans .inner input {
      padding: 12px 16px;
      border: 1px solid #f1f1f1;
      box-shadow: 0 0 0.7rem 0 #cacaca;
      margin-bottom: 10px;
      text-align: center;
      border-radius: 20px;
      border: 1px solid var(--extra-color) !important; }

.note_trans .button {
  margin-top: 10px; }
  .note_trans .button a {
    display: inline-block;
    padding: 8px 30px;
    color: #fff;
    background: #465a7a;
    font-size: 16px;
    border-radius: 30px; }

.botfix {
  width: 100%;
  position: fixed;
  bottom: 65px;
  left: 0px;
  background: linear-gradient(#fde7ea, #fde7ea 19%, #e3d1d3 79%, #b9b1b1);
  border-top: 1px solid #efefef;
  background: #fff;
  color: #000; }
  .botfix .container {
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .botfix .container .notepop {
      display: inline-block;
      position: absolute;
      top: -50px;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 18px;
      padding-left: 20px; }
      .botfix .container .notepop svg {
        transform: translate(-5px, 3px); }
    .botfix .container .note_erro, .botfix .container .note_erro2 {
      background: #ffe9c1;
      color: red; }
    .botfix .container .note_succ {
      color: green;
      background: #bcffbc; }
    .botfix .container .note_erro_hide {
      display: none; }
    .botfix .container .botfix_inner0 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-bottom: 10px; }
      .botfix .container .botfix_inner0 .itempoint {
        background-image: linear-gradient(#fff, #f7f8fd 19%, #fcfdff 69%, #fcfdff);
        border: 1px solid var(--extra-color) !important;
        border-radius: 5px;
        color: #535d76 !important;
        cursor: pointer;
        font-size: 16px;
        padding: 10px 8px;
        width: calc(25% - 20px);
        float: left;
        margin: 10px 10px 0;
        box-sizing: border-box;
        text-align: center;
        font-weight: 600; }
        @media all and (max-width: 800px) {
          .botfix .container .botfix_inner0 .itempoint {
            width: calc(25% - 12px);
            margin: 10px 6px 0; } }
      .botfix .container .botfix_inner0 .itempointactive {
        background: var(--bg-main) !important;
        border: none !important;
        color: #fff !important; }
    .botfix .container .botfix_inner {
      box-shadow: 0 0 0.7rem 0 #cacaca;
      padding: 5px 10px; }
      .botfix .container .botfix_inner .botfix_inner_top {
        padding: 8px 0;
        border-bottom: 1px solid #ddd; }
      .botfix .container .botfix_inner .botfix_inner_bot {
        padding: 8px 0; }
      .botfix .container .botfix_inner .botfix_inner2 {
        padding: 5px 10px;
        font-weight: 600; }
        .botfix .container .botfix_inner .botfix_inner2 .dtotal {
          float: left; }
        .botfix .container .botfix_inner .botfix_inner2 .dbalance .point_user {
          display: inline-block;
          float: right; }
      .botfix .container .botfix_inner #point_vote {
        align-items: center;
        background: linear-gradient(#fbfcfd, #f1f3fd 60%, #fbfcfd) #0000;
        border: 1px solid #c9cae494;
        border-radius: 5px;
        box-sizing: border-box;
        color: #323232;
        /* display: flex; */
        font-size: 15px;
        height: 35px;
        justify-content: center;
        line-height: 35px;
        margin-left: 15px;
        margin-right: 15px;
        padding: 5px 10px;
        width: 120px; }
  .botfix .botfix_inner_l, .botfix .botfix_inner_l2 {
    width: 200px;
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 20px; }
  .botfix .botfix_inner_r {
    width: calc(100% - 200px);
    float: left;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    line-height: 24px; }
    .botfix .botfix_inner_r .vote {
      display: inline-block;
      border-radius: 25px;
      height: 44px;
      width: 120px;
      background: linear-gradient(270deg, #c24491, #775fd9);
      text-align: center;
      color: #fff;
      font-size: 17px;
      line-height: 44px; }

.list_before .ite {
  width: 50%;
  float: left;
  text-align: center;
  color: var(--main-color);
  line-height: 26px; }

.list_before2 {
  border-top: 1px solid #e2e5ec;
  border-left: 1px solid #e2e5ec;
  display: flex;
  flex-wrap: wrap; }
  .list_before2 .ite {
    width: 30%;
    float: left;
    text-align: center;
    color: var(--main-color);
    line-height: 40px;
    border-bottom: 1px solid #e2e5ec;
    border-right: 1px solid #e2e5ec;
    box-sizing: border-box; }
    @media all and (max-width: 500px) {
      .list_before2 .ite {
        font-size: 10px; } }
  .list_before2 .ite_h {
    background: #333;
    color: #fff;
    line-height: 40px; }
  .list_before2 .ite2 {
    width: 70%; }
    .list_before2 .ite2 .item1 {
      width: 20%;
      float: left;
      text-align: center;
      border-right: 1px solid #e2e5ec;
      box-sizing: border-box; }
      .list_before2 .ite2 .item1 span {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #fff;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        margin: 5px 0; }

.bf_game {
  position: relative; }
  .bf_game .history {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 10px;
    cursor: pointer; }
  .bf_game .moregame {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 70px;
    cursor: pointer; }
    .bf_game .moregame svg {
      fill: #fff; }

.infobot {
  position: relative;
  border-top: 1px solid #fada54;
  -ms-flex-pack: justify;
  background: linear-gradient(180deg, #b11c00, #781503, #1c0400);
  border-top: 1px solid #fada54;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0 12px;
  padding-bottom: 20px;
  text-align: center; }
  .infobot .results_before {
    margin-top: 10px;
    margin-bottom: 10px; }
    .infobot .results_before .item1 {
      width: 36px;
      height: 36px;
      display: inline-block;
      margin: 10px 5px; }
  .infobot .list_before {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    box-shadow: 0 0 0.7rem 0 #cacaca;
    top: 155px;
    z-index: 1; }

.info_vote {
  font-size: 14px;
  line-height: 26px;
  background: #fff; }
  .info_vote input {
    width: 100px;
    line-height: 30px;
    border-radius: 5px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-left: 10px;
    border: 1px solid #ddd; }

.main_wrapper {
  padding-bottom: 160px; }

.popupvote {
  width: 100%;
  height: 100vh;
  background: #161616ba;
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: 0px; }
  .popupvote .popupvote_inner {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px; }
    .popupvote .popupvote_inner .title {
      line-height: 40px;
      font-size: 18px;
      text-transform: uppercase;
      color: #775fd9;
      text-align: center;
      border-bottom: 1px solid #eee; }
    .popupvote .popupvote_inner .inner-cart {
      min-height: 100px;
      position: relative;
      padding-bottom: 70px; }
    .popupvote .popupvote_inner .listvotepp {
      padding: 20px; }
      .popupvote .popupvote_inner .listvotepp .itemlv {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 10px;
        position: relative; }
        .popupvote .popupvote_inner .listvotepp .itemlv .sp1 {
          color: red; }
        .popupvote .popupvote_inner .listvotepp .itemlv .sp2 {
          color: green; }
        .popupvote .popupvote_inner .listvotepp .itemlv .sp3 {
          color: var(--main-color); }
        .popupvote .popupvote_inner .listvotepp .itemlv .tit {
          font-size: 16px;
          color: #c24491; }
        .popupvote .popupvote_inner .listvotepp .itemlv .summary {
          font-size: 14px;
          color: #777;
          margin-top: 3px; }
        .popupvote .popupvote_inner .listvotepp .itemlv .remove {
          display: inline-block;
          position: absolute;
          top: 0px;
          right: 0px;
          cursor: pointer; }
    .popupvote .popupvote_inner .button {
      text-align: center;
      position: absolute;
      width: 100%;
      bottom: 30px;
      left: 0px; }
      .popupvote .popupvote_inner .button span {
        display: inline-block;
        margin: 0 5px;
        line-height: 40px;
        width: 140px;
        text-transform: uppercase;
        font-size: 14px;
        text-align: center;
        border-radius: 60px;
        cursor: pointer; }
      .popupvote .popupvote_inner .button .cancelvote {
        border: 1px solid #666;
        color: #666; }
      .popupvote .popupvote_inner .button .submitvote {
        background: linear-gradient(270deg, #c24491, #775fd9);
        color: #fff; }
  .popupvote .container {
    border-radius: 10px;
    position: relative;
    height: 100%; }
    @media all and (max-width: 800px) {
      .popupvote .container {
        padding: 10px; } }
    .popupvote .container .close {
      font-size: 25px;
      font-weight: 600;
      position: absolute;
      top: 10px;
      right: 5px;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 28px;
      border-radius: 0 10px 0 0;
      cursor: pointer;
      z-index: 999; }

.divpoitvote svg {
  transform: translate(0px, 4px);
  margin-right: 5px; }

.cancelvote {
  display: inline-block;
  color: #000;
  cursor: pointer;
  margin-right: 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 20px;
  line-height: 35px;
  padding: 3px 25px;
  background: #e2e5ec !important; }
  .cancelvote svg {
    transform: translate(0px, 3px);
    margin-right: 5px; }

.vote {
  display: inline-block;
  color: red;
  cursor: pointer;
  margin-right: 10px;
  font-size: 13px;
  background: #f1f1f1;
  border-radius: 20px;
  padding: 3px 10px 6px;
  display: inline-block;
  color: green; }
  .vote svg {
    transform: translate(0px, 3px);
    margin-right: 5px; }

.submitvote {
  background: var(--main-color);
  border: 0;
  border-radius: 20px;
  color: #fff;
  flex-shrink: 0;
  line-height: 35px;
  padding: 3px 25px;
  display: inline-block;
  cursor: pointer;
  margin: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase; }
  .submitvote svg {
    transform: translate(0px, 3px);
    margin-right: 5px; }

.wheel {
  padding: 20px 40px;
  text-align: center; }
  .wheel img {
    -webkit-animation: spin 2s infinite linear;
    max-width: 200px; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.point_vote_pm {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  background: var(--main-color);
  margin: 0 10px;
  color: #fff;
  cursor: pointer; }

/*# sourceMappingURL=games.css.map */
