@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  font-family: "noto sans TC";
  color: #fff;
  background-image: url(https://images.unsplash.com/photo-1520589884715-55ac7417f2ee?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

input::-webkit-scrollbar {
  display: none;
}

input {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

a {
  text-decoration: none;
}

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

button {
  outline: none;
  background-color: transparent;
  border: 0;
}

main {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  background-image: url(../img/BG.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 100vh;
  position: relative;
  padding-bottom: 40px;
  z-index: 0;
}

.start {
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.start > img {
  width: 100%;
}

.header {
  position: relative;
  z-index: 5;
}
.header_ham {
  background-image: url("../../public/img/content.png");
  background-size: contain;
  background-position: center;
  width: 6.4%;
  padding-bottom: 6.4%;
  position: absolute;
  top: 35%;
  right: 4%;
}
.header_menu {
  position: absolute;
  border-radius: 15px;
  padding: 15px 13px;
  border: 2px solid #eebf88;
  background: linear-gradient(to top, #392e65 0%, #382b5e 50%, #302345 100%);
  right: 4%;
  display: none;
  top: 100%;
  z-index: 10;
}
.header_menu li:not(:last-child) {
  margin-bottom: 13px;
}
.header_menu a {
  color: #fff19c;
  display: block;
  padding-left: 35px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
.header_menu a > img {
  position: absolute;
  width: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header_menu a::after {
  position: absolute;
  content: "";
  width: calc(100% - 35px);
  height: 2px;
  background-color: #fffca1;
  top: calc(100% + 4px);
  right: 0;
  display: none;
}
.header_menu a.active::after {
  display: block;
}
.header_menu_bar {
  display: block;
  width: 100%;
  height: 90px;
  background-color: #543181;
}
.header_mail {
  position: absolute;
  width: 6.4%;
  padding-bottom: 6.4%;
  top: 30%;
  right: 17%;
}
.header_back {
  position: absolute;
  width: 6.4%;
  top: 50%;
  right: 30% !important;
  left: inherit !important;
  transform: translateY(-60%);
}
.header_back > img {
  width: 100%;
}
.header_user {
  background-image: url("../../public/img/user.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 12%;
  padding-bottom: 12%;
  top: 15%;
  left: 5%;
}

.user_name {
  position: absolute;
  top: 10px;
  left: 20%;
  font-size: 14pt;
  font-weight: bold;
  width: 30px;
  height: 30px;
}

.ruby {
  position: absolute;
  top: 38px;
  left: 20%;
  width: 30px;
  height: 30px;
}

.rounded-rectangle {
  position: absolute;
  text-align: right;
  top: 38px;
  left: 30%;
  width: 110px;
  height: 30px;
  border: 2px solid #d4af37;
  border-radius: 10px;
  background: linear-gradient(to bottom, #1a1a2e, #16213e);
}

.user_wallet {
  margin: 0 10px 0 10px;
  font-weight: bold;
  color: #ddbd53;
}

.notify {
  position: relative;
  padding-top: 10px;
}
.notify > img {
  width: 100%;
}
.notify marquee {
  color: #fff;
  font-size: 20px;
  position: absolute;
  display: block;
  width: 88%;
  right: 0;
  top: 38%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .notify marquee {
    font-size: 14px;
  }
}

.menu_content {
  padding: 20px 15px;
}
.menu_content a {
  display: block;
}
.menu_content a > img {
  width: 100%;
}

.setting {
  padding: 40px 20px;
}
.setting_item {
  margin-bottom: 30px;
}
.setting_check {
  display: flex;
  align-items: center;
}
.setting_check span {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.setting_check.active .setting_checkbox > img {
  opacity: 1;
}
.setting_checkbox {
  width: 30px;
  height: 30px;
  border: 2px solid #ffcf8a;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.setting_checkbox > img {
  width: 55%;
  opacity: 0;
  transition: 0.3s;
}
.setting_bar {
  padding: 20px 0 20px 40px;
  position: relative;
}
.setting_bar_inner {
  width: 100%;
  border-radius: 10px;
  height: 6px;
  border: 1px solid #000;
  background-color: #7b64c3;
}
.setting_square {
  position: absolute;
  width: 35px;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
}
.setting_square > img {
  width: 100%;
}

.btn-home {
  position: absolute;
  display: flex;
  align-items: center;
  right: 20px;
  bottom: 10%;
}
.btn-home img {
  width: 40px;
  margin-right: 5px;
}
.btn-home span {
  color: #fff19c;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.title-yellow {
  text-align: center;
  font-size: 22px;
  color: transparent;
  background: linear-gradient(to bottom, #ffffa4 0%, #ffdb91 100%);
  background-clip: text;
}

.subtitle {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: normal;
}

.page {
  padding: 10px 15px 40px;
}

.mail_filter {
  padding-bottom: 10px;
  border-bottom: 2px solid #70598d;
}
.mail_filter_date {
  margin-bottom: 20px;
}
.mail_filter_date > img {
  width: 40px;
  margin-right: 8px;
}
.mail_filter_date span {
  display: block;
  width: 20px;
  text-align: center;
}
.mail_filter_date input {
  width: calc((100% - 40px - 20px - 8px) / 2);
}
.mail_filter_type label {
  width: 40px;
  margin-right: 8px;
}
.mail_filter_type select {
  padding-right: 20px;
  margin-right: 15px;
  width: 80px;
}
.mail_filter_game {
  margin-bottom: 20px;
}
.mail_filter_game label {
  width: 40px;
  margin-right: 8px;
}
.mail_filter_game select {
  width: calc((100% - 40px - 8px - 15px) / 2);
}
.mail_table table {
  width: 100%;
  vertical-align: middle;
}
.mail_table th, .mail_table td {
  text-align: center;
  width: 100%;
}
.mail_table th:first-child, .mail_table td:first-child {
  padding-left: 10px;
}
.mail_table th:last-child, .mail_table td:last-child {
  padding-right: 10px;
}
.mail_table tr {
  margin-bottom: 10px;
  display: flex;
  width: 100%;
}
.mail_table th {
  padding: 15px 5px;
}
.mail_table td {
  padding: 10px 5px;
  font-size: 15px;
  background-color: #462e80;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.mail_table td:first-child {
  border-left: 3px solid #4f455c;
}
.mail_table td:last-child {
  border-right: 3px solid #4f455c;
}
.mail_table td.mail_table_time {
  font-size: 12px;
  white-space: nowrap;
}
.mail_table td.mail_table_detail a {
  font-size: 12px;
  color: #fff;
  padding: 2px 10px;
  border: 1px solid #fff;
  border-radius: 100px;
  display: block;
}

.select-common {
  background: linear-gradient(to top, #4d3f72 0%, #2b213b 50%, #3a3066 100%);
  border-radius: 8px;
  border: 2px solid #ceb691;
  color: #fff;
  padding: 5px;
  appearance: none;
  background-image: url(../img/triangle-down.png);
  background-size: 11px;
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
}

.history_tab {
  width: 100%;
  margin-bottom: 20px;
}
.history_tab ul > li {
  padding: 2px 10px;
  border-radius: 3px;
  transition: 0.3s;
}
.history_tab ul > li.active {
  border: 2px solid #fff;
}
.history_table {
  height: 580px;
  overflow-y: scroll;
}
.history_table th, .history_table td {
  padding: 10px 3px;
}
.history_table th {
  font-size: 14px;
}
.history_table td {
  font-size: 13px;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.07);
}
.history_table td.mail_table_detail a {
  padding: 2px 5px;
}
.history_table tr.highlight td {
  background-color: #462e80;
}
.history_table_money {
  display: block;
  width: 100%;
  color: #ffe095;
  font-size: 14px;
}
.history_table_remark {
  font-size: 12px;
  display: block;
  width: 100%;
  color: #ff89d1;
}

.btn-dark {
  background: linear-gradient(to top, #4d3f72 0%, #2b213b 50%, #3a3066 100%);
  border-radius: 15px;
  border: 2px solid #ceb691;
  color: #fff;
  padding: 8px 30px;
}
.btn-bright {
  background: linear-gradient(to top, #6414b1 0%, #41257b 50%, #5827b5 100%);
  border-radius: 15px;
  border: 2px solid #ceb691;
  color: #fff;
  padding: 8px 30px;
}

.flex_full {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.detail {
  position: absolute;
  top: 200px;
}
.detail_bg {
  width: 100%;
}
.detail_content {
  position: absolute;
  width: 90%;
  top: 6%;
  left: 5%;
}
.detail_head {
  position: relative;
  margin-bottom: 20px;
}
.detail_head h1 {
  text-align: center;
  margin: 0;
}
.detail_head .btn-remove {
  width: 35px;
  position: absolute;
  left: inherit;
  right: 8%;
}
.detail_head .btn-remove > img {
  width: 100%;
}
.detail_main .row {
  margin-bottom: 10px;
}
.detail_main_title {
  text-align: right;
}
.detail_main .btn-dark {
  padding: 8px 20px;
  margin-right: 8px;
}
.detail_main .btn-bright {
  padding: 8px 15px;
}

.profile {
  position: absolute;
  top: 200px;
}
.profile_content {
  position: absolute;
  width: 90%;
  top: 15%;
  left: 5%;
}

.btn-back {
  width: 30px;
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}
.btn-back > img {
  width: 100%;
}

.machine_btn_group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.machine {
  padding: 20px;
}
.machine .row {
  margin-left: -10px;
  margin-right: -10px;
}
.machine .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.machine_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}
.machine_logo {
  display: block;
  width: 60%;
  margin: 0 auto 20px;
}
.machine_btn {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.machine_btn_play {
  width: 50%;
  margin-right: 10px;
}
.machine_btn_play > img {
  width: 100%;
}
.machine_item {
  width: 110px;
  height: 110px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.machine_item > img {
  width: 100%;
}
.machine_item.ban {
  cursor: url(../img/ban.png), pointer !important;
}
.machine_dice {
  width: 100%;
}
.machine_num {
  position: absolute;
  width: 33%;
  padding-bottom: 33%;
  background-image: url(../img/number-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -10%;
  top: 10%;
}
.machine_num span {
  display: block;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
}
.machine_name {
  width: 70%;
  position: absolute;
  bottom: -5%;
  left: 20%;
}
.machine_name > img {
  width: 100%;
}
.machine_name span {
  color: #ffed9a;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.machine_user {
  position: absolute;
  width: 30% !important;
  left: -5%;
  bottom: 0;
  z-index: 1;
}

.game_screen {
  position: relative;
}
.game_screen.dice .game_screen_title {
  transform: translate(-50%, -60%);
}
.game_screen.dice .game_screen_outline {
  height: 76%;
  top: 0;
  transform: translateX(-50%);
}
.game_screen.normal .game_screen_title {
  transform: translate(-50%, -50%);
}
.game_screen.normal .game_screen_outline {
  height: 90%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.game_screen-wrap {
  padding: 40px 0 0;
}
.game_screen_title {
  position: absolute;
  width: 30%;
  top: 0;
  left: 50%;
  z-index: 3;
}
.game_screen_outline {
  position: absolute;
  left: 50%;
  z-index: 2;
}
.game_screen_dice {
  position: absolute;
  width: 90%;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
}
.game_screen_dice img {
  width: 9%;
  margin: 0 1%;
  opacity: 0;
}
.game_screen_identify {
  position: absolute;
  width: 40%;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.game_setting {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.game_setting .row {
  margin-left: 0;
  margin-right: 0;
}
.game_setting .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
.game_setting_link {
  display: block;
  cursor: pointer;
}
.game_setting_link > img {
  margin-left: 5px;
  margin-right: 5px;
  width: 80%;
}
.game_coin {
  padding-left: 10px;
  padding: 20px 0 10px 0;
  position: relative;
  margin-bottom: 50px;
  z-index: 0;
}
.game_coin_item {
  margin-left: 5px;
  margin-right: 5px;
  width: 100px;
}
.game_coin_item > img {
  width: 100%;
}
.game_coin_item.active > img {
  transform: scale(1.12);
}
.game_coin_bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.game_btn {
  z-index: 0;
  padding: 0 10px;
}
.game_btn button {
  padding: 0;
  margin: 0 2px;
  height: 40px;
}
.game_btn button > img {
  width: 100%;
}
.game_btn_jump, .game_btn_rotate {
  display: none;
}
.game_btn_jump .select, .game_btn_rotate .select {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, #4d3f72 0%, #2b213b 50%, #3a3066 100%);
  border: 1px solid #ceb691;
  padding: 1px 10px;
  color: #fff;
  font-size: 12px;
  appearance: none;
  background-image: url(../img/triangle-down.png);
  background-size: 10px;
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
  background-color: #4d3f72;
  padding-right: 20px;
  width: calc(100% - 5px);
  margin: 10px auto 0;
}
.game_btn_jump .select img, .game_btn_rotate .select img {
  width: 10px;
  margin-left: 3px;
}
.game_btn_rotate .select {
  background-color: #a1009b;
}
.game_video_container {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  border-radius: 50%;
  top: 10px;
  overflow: hidden;
}
.game_video_replay {
  width: 300px;
  height: 200px;
  display: flex;
  z-index: 1;
  justify-content: center;
  align-items: center;
}
.game_video_stream {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .game_video_stream {
    width: 52vw;
    height: 52vw;
  }
}
.game_video_stream img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes disapear {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dice_fall {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    transform: translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.popup_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.77);
}
.popup_window {
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
}
.popup_window-wrap {
  width: 100%;
  height: 100%;
  max-width: 450px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.popup_content {
  position: absolute;
  width: 85%;
  padding: 30px 20px;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.popup_content_inner {
  width: 90%;
  padding-bottom: 150.3%;
  margin: 20px auto 0;
  position: relative;
}
.popup_content_inner .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  overflow-y: auto;
}
.popup_content_inner .inner h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.popup_content_inner .inner .font-big {
  font-size: 18px;
}
.popup_partical {
  position: absolute;
  width: 85%;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}
.popup_close {
  position: absolute;
  width: 10%;
  top: 15%;
  right: 12%;
}
.popup_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hint {
  background: linear-gradient(to top, #50120a 0%, #7c2514 100%);
  text-align: center;
  padding: 15px 50px;
  border-radius: 20px;
  border: 2px solid #bd9877;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 20px;
  font-weight: 500;
}

.select-channel {
  padding: 0 10px;
}
.select-channel_item {
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  background-color: #442781;
  border-radius: 20px;
  border: 2px solid #583969;
  margin-bottom: 10px;
}
.select-channel_item a {
  width: 30%;
  display: block;
}
.select-channel_item a > img {
  width: 100%;
}
.select-channel_item span {
  color: #ffed9a;
  width: 70%;
}

.channel-info .popup_content {
  top: 10%;
}
.channel-info .subtitle {
  width: 70%;
  margin: 0 auto 10px;
}
.channel-info .title {
  margin-bottom: 10px;
}
.channel-info_table {
  width: 70%;
  margin: 0 auto;
}
.channel-info_table td {
  font-size: 14px;
}
.channel-info_table td:nth-child(2) {
  text-align: right;
}
.channel-info .popup_window {
  width: 95%;
}
.channel-info_go {
  display: block;
  width: 45%;
  margin-left: auto;
  transform: translateY(5%);
}
.channel-info_go > img {
  width: 100%;
}
.channel-info .popup_close {
  top: 10%;
  right: 5%;
}

.popup-hero_logo {
  width: 80%;
  display: block;
  margin: 0 auto 15px;
}
.popup-hero_dice {
  width: 50%;
  display: block;
  margin: 0 auto 20px;
}
.popup-hero p {
  text-align: center;
  margin: 0;
}

.popup-replay_btn {
  position: absolute;
  width: 60%;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
}
.popup-replay_btn > img {
  width: 100%;
}

.fast-select .popup_close {
  top: 9%;
  right: 5%;
}

.record .select-common {
  width: 130px;
  margin: 0 auto 15px;
  display: block;
}
.record .detail_bg {
  width: 100%;
}
.record_content {
  width: 94%;
  padding-bottom: 122.2%;
  margin: 20px auto 0;
  position: relative;
}
.record_content .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  overflow-y: auto;
}
.record_content .inner h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.record_content .inner .font-big {
  font-size: 18px;
}
.record_table table {
  margin-bottom: 15px;
}
.record_table tr {
  margin-bottom: 0;
}
.record_table tr:nth-child(odd) td {
  background-color: #47267f;
}
.record_table tr:nth-child(even) td {
  background-color: #371967;
}
.record_table th:first-child {
  padding-left: 8px;
}
.record_table th:last-child {
  padding-right: 8px;
}
.record_table td {
  flex-wrap: wrap;
  font-size: 12px !important;
  padding: 0 2px;
  border: 1px solid #2a0d51;
}
.record_table td:first-child {
  padding-left: 8px;
}
.record_table td:last-child {
  padding-right: 8px;
}
.record_table_detail {
  font-size: 12px;
}
.record_table .mail_table_detail a {
  white-space: nowrap;
}
.record_table_green {
  color: #a8ff89;
}

.pagination {
  width: 100%;
  padding-bottom: 10px;
}
.pagination ul {
  width: 100%;
}
.pagination ul li a {
  font-size: 14px;
  color: #ffffa6;
}
.pagination_active {
  position: relative;
  display: block;
}
.pagination_active::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  top: calc(100% + 3px);
  transform: translateX(-50%);
}

.autoplay .popup_window {
  top: 60%;
}
.autoplay .popup_content {
  padding: 20px 5px;
  top: 60%;
  height: fit-content;
}
.autoplay_btn {
  width: 25%;
}
.autoplay_btn > img {
  width: 100%;
}
.autoplay_btn.btn-stop {
  transform: translateY(10%);
}
.autoplay_btn.btn-start {
  transform: scale(1.2) translateY(10%);
}
.autoplay_number {
  position: relative;
  left: 25%;
  width: 50%;
  padding: 0 10px;
  text-align: center;
}
.autoplay_number label {
  margin-bottom: 8px;
}
.autoplay_number_minus {
  left: -9%;
  width: 60px;
}
.autoplay_number_plus {
  right: -3%;
  width: 40px;
}
.autoplay .numberBox {
  width: 100%;
  position: relative;
  padding: 5px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  background: linear-gradient(to top, #4c3e71 0%, #2b213b 50%, #4c3e71 100%);
  border: 1px solid #ceb691;
}
.autoplay .numberBox img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.autoplay .numberBox_num {
  background: none;
  border: none;
  width: 50%;
  text-align: center;
  font-size: 12px;
}

.color-pink {
  color: #ff00f6;
}

.result_count .popup_content {
  padding-top: 20px;
}
.result_count .channel-info_table {
  width: 50%;
  margin-bottom: 20px;
}
.result_count .popup_close {
  width: 30px;
  display: block;
  margin: 0 auto;
  position: static;
}
.result_count .popup_close > img {
  width: 100%;
}

.bg-music {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: -1;
}

.check-dice .popup_close {
  position: static;
  width: auto;
}

.load-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.popup-full {
  position: absolute;
  width: 70%;
  max-width: 410px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  z-index: 50;
  padding: 20px;
  border: 1px solid #fffca1;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-full p {
  margin: 0;
  width: calc(100% - 15px);
}
.popup-full img {
  width: 15px;
  cursor: pointer;
}

.login_page {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.login_bg {
  width: 100%;
  height: 350px;
}
.login_content {
  position: absolute;
  width: 90%;
  top: 38%;
  left: 5%;
}
.login_main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login_main_account {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: center;
  width: 100%;
}
.login_main_password {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: center;
  width: 100%;
}
.login_main_input {
  width: 180px;
  margin-left: 15px;
}
.login_main_title {
  text-align: right;
}
.login_main_submit {
  margin-top: 10px;
  width: 30%;
  display: flex;
  justify-content: center;
  background: linear-gradient(to top, #4d3f72 0%, #2b213b 50%, #3a3066 100%);
  border-radius: 15px;
  border: 2px solid #ceb691;
  color: #fff;
  padding: 8px 30px;
}

.selected {
  border-radius: 15px;
  border: 4px solid #ffffff;
}

.coin_selected {
  border-radius: 50%;
  border: 5px solid #ffed9a;
}

.autoplay_start_btn {
  position: absolute;
  left: 73%;
  width: 100%;
}

.autoplay_stop_btn {
  position: absolute;
  left: 2%;
  width: 100%;
}

.autoPlay_selected {
  border-radius: 10px;
  outline: 3px solid #ffed9a;
  height: 100%;
  position: relative;
  z-index: 2;
}

.coin_mask {
  position: absolute;
  width: 100%;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.btn_mask {
  position: absolute;
  width: 100%;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.ellipsis {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
}

.full-page {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 48px;
  height: 48px;
  background: #d0af03;
  border-radius: 9px;
  --c: no-repeat radial-gradient(farthest-side, #000 92%, #0000);
  --s: 18px 18px;
  -webkit-mask: var(--c) left 4px top 4px, var(--c) right 4px top 4px, var(--c) right 4px bottom 4px, var(--c) left 4px bottom 4px, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: l4 1.5s infinite;
}

@keyframes l4 {
  0% {
    -webkit-mask-size: 0 0, 0 0, 0 0, 0 0, auto;
  }
  12.5% {
    -webkit-mask-size: var(--s), 0 0, 0 0, 0 0, auto;
  }
  25% {
    -webkit-mask-size: var(--s), var(--s), 0 0, 0 0, auto;
  }
  37.5% {
    -webkit-mask-size: var(--s), var(--s), var(--s), 0 0, auto;
  }
  50% {
    -webkit-mask-size: var(--s), var(--s), var(--s), var(--s), auto;
  }
  62.5% {
    -webkit-mask-size: 0 0, var(--s), var(--s), var(--s), auto;
  }
  75% {
    -webkit-mask-size: 0 0, 0 0, var(--s), var(--s), auto;
  }
  87.5% {
    -webkit-mask-size: 0 0, 0 0, 0 0, var(--s), auto;
  }
  100% {
    -webkit-mask-size: 0 0, 0 0, 0 0, 0 0, auto;
  }
}
.game_coin_swiper {
  position: relative;
  margin-top: 10px;
  width: 100%;
  height: 100%;
  overflow: scroll hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.bet-result {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 44%;
  left: 0;
  width: 100vw;
  height: 38%;
  z-index: 100;
}

.multi_result_text {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-size: 25px;
  color: #fff;
}

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