.main-left {
  width: calc(50% - 3px);
  background-color: #F4F4F4;
}

.deposit-top {
  background-color: #545A6A;
  margin: 1px 0;
  color: #D7C096;
  text-shadow: #120f06 0 0 5px;
}

.deposit-userInfo {
  background-color: #C9CACB;
}

.deposit-div {
  max-width: 430px;
  width: 100%;
}

.deposit-money-btn-group {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}

.deposit-money-btn {
  width: calc(20% - 1px);
  border-radius: 20px;
  height: 40px;
  background-color: #4363C8;
  /* font-size: 1.2rem; */
  cursor: pointer;
  color: #FFF;
}

.deposit-money-btn:hover {
  filter: brightness(1.2);
}

.deposit-btn {
  padding: 20px 0;
}

.wallet_form {
  position: relative
}

.wallet_form button {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input {
  /* width: calc(100% - 60px); */
  width: 100%;
  height: 46px;
  /* font-size: 2.2rem; */
  font-weight: 500;
  text-align: right;
  border: 1px solid #395689;
  background: #FFFFFF;
  padding: 0 20px 0 40px;
  border-radius: 30px;
}

.box_check {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}

.input_check[type=checkbox]+label {
  position: relative;
  display: inline-block;
  width: auto;
  height: 26px;
  color: #797986;
  cursor: pointer;
  /* font-size: 1.4rem; */
  padding: 0 0 0 40px;
  line-height: 26px
}

.input_check[type=checkbox] {
  display: none
}

.input_check[type=checkbox]:checked+label {
  color: #fff
}

.input_check[type=checkbox]+label:before, .input_check[type=checkbox]:checked+label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-size: 26px;
  background-repeat: no-repeat
}

.input_check[type=checkbox]+label:before {
  background-image: url(/_nuxt/img/checkbox.9cefcea.png);
  background-size: 26px
}

.input_check[type=checkbox]:checked+label:before {
  background-image: url(/_nuxt/img/checkbox_on.df88d4f.png);
  background-size: 26px
}

.input_check_1[type=checkbox]+label {
  position: relative;
  display: inline-block;
  width: auto;
  height: 26px;
  color: #797986;
  cursor: pointer;
  /* font-size: 1.4rem; */
  padding: 0 0 0 30px;
  line-height: 26px
}

.input_check_1[type=checkbox] {
  display: none
}

.input_check_1[type=checkbox]+label:before, .input_check_1[type=checkbox]:checked+label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-repeat: no-repeat
}

.input_check_1[type=checkbox]+label:before {
  background-color: #704c00;
  border-radius: 5px;
}

.input_check_1[type=checkbox]:checked+label:before {
  background-color: #704c00;
  color: #FFF;
  content: "✔";
  text-align: center;
  background-size: 24px;
}

.input_check_1[type=checkbox]+label {
  position: relative;
  display: inline-block;
  width: auto;
  height: 26px;
  color: #797986;
  cursor: pointer;
  /* font-size: 1.4rem; */
  padding: 0 0 0 30px;
  line-height: 26px
}

.input_check_1[type=checkbox] {
  display: none
}

.input_check_1[type=checkbox]+label:before, .input_check_1[type=checkbox]:checked+label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-repeat: no-repeat
}

.input_check_1[type=checkbox]+label:before {
  background-color: #704c00;
  border-radius: 5px;
}

.input_check_1[type=checkbox]:checked+label:before {
  background-color: #704c00;
  color: #FFF;
  content: "✔";
  text-align: center;
  background-size: 24px;
}

.input_check_1[type=checkbox]+label {
  position: relative;
  display: inline-block;
  width: auto;
  height: 26px;
  color: #ffffff;
  cursor: pointer;
  /* font-size: 1.4rem; */
  padding: 0 0 0 30px;
  line-height: 26px
}

.input_check_1[type=checkbox] {
  display: none
}

.deposit-btn {
  display: flex;
  justify-content: center;
  background-color: #313744;
  border-radius: 20px;
  padding: 10px 0;
  margin: 20px 0;
  box-shadow: 0px 1px 3px 0px #261f13;
  cursor: pointer;
}

.deposit-btn:hover {
  filter: brightness(1.2);
}

.main-right {
  width: calc(50% - 3px);
  background-color: #F4F4F4;
}

.income_rule {
  text-align: center;
  margin-top: 2px;
  background-color: #C8C9CA;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 0;
}

.rule-header {
  line-height: 40px;
  text-align: center;
  background-color: #C9CACB;
  margin: 1px 0;
}

.rule {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 13px;
}

.rule_co {
  display: flex;
  margin-top: 20px;
}

.rule-co-txt {
  padding-left: 2px;
}

.rule-com {
  margin-left: 20px;
}

.input_1 {
  line-height: 38px;
  /* border: 1px solid #404048; */
  border-radius: 0;
  /* background: #0b0c10; */
  padding: 0 15px;
  border-radius: 7px;
}

.border-table {
  border: solid 1px;
  border-bottom: none;
}

.border-table tr {
  border-bottom: solid 1px;
}

.menu_history {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  padding-bottom: 5px;
  /* background: #000 */
}

.menu_history>li {
  width: calc(20% - 6px);
  margin-right: 6px;
}

.menu_history>li:first-of-type {
  /* width: 20% */
}

.menu_history>li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.3rem;
  color: #fff;
  background: #7e7e7e;
  white-space: nowrap;
  padding-bottom: 2px;
  cursor: pointer;
  border-radius: 20px;
}

.menu_history>li button:hover, .menu_history>li button.active {
  color: #fff;
  border: 1px solid #DEC699;
  background: linear-gradient(90deg, #B29F81, #DEC699);
}

.menu_history_1 {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}

.menu_history_1>li {
  max-width: 150px;
  margin: 0 1px 0 0;
}

.menu_history_1>li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 17px;
  white-space: nowrap;
  /* background: hsla(0, 0%, 100%, .1); */
  padding: 0 20px 2px;
  margin: 1px 0;
}

.menu_history_1>li button.active {
  color: #ff2152;
  background: #fff
}

.table_history {
  width: 100%;
  table-layout: fixed
}

.table_history>thead>tr>th {
  height: 36px;
  /* font-size: 1.3rem; */
  font-weight: 400;
  text-align: center;
  padding: 0;
}

table.table_history>tbody>tr:nth-child(4n+1) {
  background: hsla(0, 0%, 100%, .05)
}

table.table_history>tbody>tr:nth-child(4n+2) {
  background: hsla(0, 0%, 100%, .05)
}

.table_history>tbody>tr {
  background: hsla(0, 0%, 100%, .05)
}

.table_history>tbody>tr:hover {
  /* background: hsla(0, 0%, 100%, .09) */
}

.table_history>tbody>tr>td {
  font-weight: 400;
  text-align: center;
  /* border: 1px solid #16161c; */
  border-collapse: collapse;
  /* border-left: 1px solid #16161c;
    border-bottom: 1px solid #16161c; */
  padding: 8px 5px
}

.table_history>tbody>tr>td:first-child {
  /* border-left: 0 */
}

.table_history>tbody>tr:last-child td {
  /* border-bottom: 0 */
}

.table_history>tbody>td img {
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 12px
}

.table_history>tbody>td span {
  font-size: 1.4rem
}

.table_history>tbody>tr>td s {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: hsla(0, 0%, 100%, .15);
  border-radius: 3px;
  padding: 4px 8px 5px
}

.table_history_pop {
  table-layout: fixed
}

.table_history_pop>thead>tr>th {
  color: #9a9aa7
}

.table_history_pop>tbody>tr {
  background: #303039
}

.table_history_pop>tbody>tr:hover {
  background: hsla(0, 0%, 100%, .09)
}

.table_history_pop>tbody>tr>td {
  border-left: 1px solid #16161c;
  border-bottom: 1px solid #16161c;
  padding: 8px 10px
}

.table_history_pop>tbody>tr:last-child td {
  border-bottom: 0
}

.table_history_pop>tbody>tr>td s {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: hsla(0, 0%, 100%, .15);
  border-radius: 3px;
  padding: 4px 8px 5px
}

.table_history_pop {
  display: flex;
  width: 100%;
  table-layout: inherit;
  background: #303039
}

.table_history_pop>thead>tr, .table_history_pop colgroup {
  display: none
}

.table_history_pop>thead>tr>th {
  height: 36px;
  color: #797986;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  padding: 0 10px
}

.table_history_pop>tbody {
  display: flex;
  flex-direction: column;
  width: 100%
}

.table_history_pop>tbody>tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #16161c;
  padding: 5px
}

.table_history_pop>tbody>tr:hover {
  background: hsla(0, 0%, 100%, .07)
}

.table_history_pop>tbody>tr>td {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-left: 0;
  border-bottom: 0;
  padding: 6px 10px
}

.table_history_pop>tbody>tr>td:first-child {
  border-left: 0
}

.table_history_pop>tbody>tr:last-child {
  border-bottom: 0
}

.table_history_pop>tbody>tr:last-child td {
  height: auto;
  padding: 8px 10px
}

.table_history_pop>tbody>td img {
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 12px
}

.table_history_pop>tbody>td span {
  font-size: 1.4rem
}

.table_history_pop tbody td .text-des {
  display: inline-flex;
  margin-right: 10px;
  color: #fff;
  opacity: .5
}

.table_history_in {
  width: 100%;
  table-layout: fixed;
  color: #fff
}

.table_history_in thead th {
  height: 36px;
  text-align: center;
  border-right: 1px solid #16161c;
  font-size: 1.4rem;
  font-weight: 400;
  background: #24242c;
  color: #9a9aa7;
  padding: 0 10px
}

.table_history_in tbody tr {
  background: #36363f
}

.table_history_in tbody tr:hover {
  background: hsla(0, 0%, 100%, .07)
}

.table_history_in tbody tr td {
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-left: 1px solid #16161c;
  border-bottom: 1px solid #16161c;
  padding: 8px 10px
}

.table_history_in tbody tr td:first-child {
  border-left: 0
}

.table_history_in tbody tr:last-child td {
  border-bottom: 0
}

.table_history_in tbody td img {
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 12px
}

.table_history_in tbody td span {
  font-size: 1.4rem
}

.ul_bet_history>li {
  margin-bottom: 30px;
  border: 1px solid #000
}

.ul_bet_history.li_m_b_5>li {
  margin-bottom: 5px;
  border: 1px solid #000
}

.ul_bet_history>li:last-child {
  margin-bottom: 0
}

.estimate_list {
  background-color: #e2e1e1;
}

.napam-btn_clear {
  filter: invert(0.5) brightness(1);
  transition: all 300ms;
}

.question-title {
  padding: 10px 0;
}

.question-input {
  /* width: calc(100% - 30px); */
  width: 100%;
}

.attendance[data-v-20f59104] {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.attendance .date[data-v-20f59104] {
  height: 45px;
  /* background-color: rgb(39, 43, 71); */
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.attendance .notice[data-v-20f59104] {
  flex-shrink: 0;
  min-height: 100px;
  padding: 10px;
  /* background-color: rgb(39, 43, 71); */
  border-bottom: 1px solid #dec699
}

.attendance .calendar-wrap .day[data-v-20f59104] {
  width: 100%;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(7, 1fr);
  /* border-top: 1px solid #dec699; */
  border-bottom: 1px solid #dec699;
}

.attendance .calendar-wrap .day>div[data-v-20f59104] {
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: rgb(39, 43, 71); */
  /* border-bottom: 1px solid #dec699; */
  margin-bottom: 0;
}

.attendance .calendar-wrap .calendar[data-v-20f59104] {
  width: 100%;
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(7, 1fr);
}

.attendance .calendar-wrap .calendar>div[data-v-20f59104] {
  padding: 5px;
  height: 110px;
  /* background-color: rgb(39, 43, 73); */
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dec699;
}

.attendance .calendar-wrap .calendar>div>div[data-v-20f59104]:last-child {
  align-items: center;
  justify-content: center;
  height: 70px;
}

.attendance .calendar-wrap .calendar>div>div:last-child button[data-v-20f59104] {
  padding: 5px;
  background-color: unset;
  color: rgb(246, 195, 58);
  border: none;
}

.daily-check-img {
  width: 100%;
  max-width: 55px;
}

.font-size-22 {
  font-size: 22px;
}

@media (max-width: 1920px) {}

@media (max-width: 1860px) {}

@media (max-width: 1600px) {}

@media (max-width: 1439px) {}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
  .main-left {
    width: 100%;
  }
  .main-right {
    width: 100%;
  }
  .menu_history>li button {
    font-size: 1rem;
    height: 30px;
  }
}

@media (max-width: 767px) {}

@media (max-width: 575px) {}

.captcha_img {
  width: 100%;
}

.captchaImg {
  height: 50px;
  width: 100%;
}

.captcha_refresh {
  width: 50px;
  height: 50px;
  background-color: #a80009;
  color: #fff;
  font-size: 15px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  text-align: center;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-deposit-bonus {
  color: rgb(255, 180, 0);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -1px;
  font-family: EsaManru;
  margin-bottom: 5px;
  min-height: 35px;
  display: block;
  text-align: left;
}

.input_check[type=checkbox]+label {
  position: relative;
  display: inline-block;
  width: auto;
  height: 26px;
  color: #797986;
  cursor: pointer;
  /* font-size: 1.4rem; */
  padding: 0 0 0 40px;
  line-height: 26px
}

.input_check[type=checkbox] {
  display: none
}

.input_check[type=checkbox]:checked+label {
  color: #fff
}

.input_check[type=checkbox]+label:before, .input_check[type=checkbox]:checked+label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-size: 26px;
  background-repeat: no-repeat
}

.input_check[type=checkbox]+label:before {
  background-image: url(/_nuxt/img/checkbox.9cefcea.png);
  background-size: 26px
}

.input_check[type=checkbox]:checked+label:before {
  background-image: url(/_nuxt/img/checkbox_on.df88d4f.png);
  background-size: 26px
}

.input_check_1[type=checkbox]+label {
  position: relative;
  display: inline-block;
  width: auto;
  height: 26px;
  color: #797986;
  cursor: pointer;
  /* font-size: 1.4rem; */
  padding: 0 0 0 30px;
  line-height: 26px
}

.input_check_1[type=checkbox] {
  display: none
}

.input_check_1[type=checkbox]+label:before, .input_check_1[type=checkbox]:checked+label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-repeat: no-repeat
}

.input_check_1[type=checkbox]+label:before {
  background-color: #704c00;
  border-radius: 5px;
}

.input_check_1[type=checkbox]:checked+label:before {
  background-color: #704c00;
  color: #FFF;
  content: "✔";
  text-align: center;
  background-size: 24px;
}

.input_check_1[type=checkbox]+label {
  position: relative;
  display: inline-block;
  width: auto;
  height: 26px;
  color: #797986;
  cursor: pointer;
  /* font-size: 1.4rem; */
  padding: 0 0 0 30px;
  line-height: 26px
}

.input_check_1[type=checkbox] {
  display: none
}

.input_check_1[type=checkbox]+label:before, .input_check_1[type=checkbox]:checked+label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-repeat: no-repeat
}

.input_check_1[type=checkbox]+label:before {
  background-color: #704c00;
  border-radius: 5px;
}

.input_check_1[type=checkbox]:checked+label:before {
  background-color: #704c00;
  color: #FFF;
  content: "✔";
  text-align: center;
  background-size: 24px;
}

.input_check_1[type=checkbox]+label {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 26px;
  color: #ffffff;
  cursor: pointer;
  /* font-size: 1.4rem; */
  padding: 0 0 0 30px;
  line-height: 26px
}

.input_check_1[type=checkbox] {
  display: none
}

/* --------------------------------------------------- */

.input_check_1_bonus[type=checkbox]+label {
  position: relative;
  display: inline-block;
  width: auto;
  height: 26px;
  color: #797986;
  cursor: pointer;
  /* font-size: 1.4rem; */
  padding: 0 0 0 30px;
  line-height: 26px
}

.input_check_1_bonus[type=checkbox] {
  display: none
}

.input_check_1_bonus[type=checkbox]+label:before, .input_check_1_bonus[type=checkbox]:checked+label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50px;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-repeat: no-repeat
}

.input_check_1_bonus[type=checkbox]+label:before {
  background-color: #704c00;
  border-radius: 5px;
}

.input_check_1_bonus[type=checkbox]:checked+label:before {
  background-color: #704c00;
  color: #FFF;
  content: "✔";
  text-align: center;
  background-size: 24px;
}

.input_check_1_bonus[type=checkbox]+label {
  position: relative;
  display: inline-block;
  width: auto;
  height: 26px;
  color: #797986;
  cursor: pointer;
  /* font-size: 1.4rem; */
  padding: 0 0 0 30px;
  line-height: 26px
}

.input_check_1_bonus[type=checkbox] {
  display: none
}

.input_check_1_bonus[type=checkbox]+label:before, .input_check_1_bonus[type=checkbox]:checked+label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-repeat: no-repeat
}

.write_basic .font21:first-child .input_check_1_bonus[type=checkbox]+label:before, .write_basic .font21:first-child .input_check_1_bonus[type=checkbox]:checked+label:before {
  top: 0;
}

.input_check_1_bonus[type=checkbox]+label:before {
  background-color: #704c00;
  border-radius: 5px;
}

.input_check_1_bonus[type=checkbox]:checked+label:before {
  background-color: #704c00;
  color: #FFF;
  content: "✔";
  text-align: center;
  background-size: 24px;
}

.input_check_1_bonus[type=checkbox]+label {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 26px;
  color: #ffffff;
  cursor: pointer;
  /* font-size: 1.4rem; */
  padding: 0 0 0 30px;
  line-height: 26px;
  float: left;
  display: flex;
}

.input_check_1_bonus[type=checkbox] {
  display: none
}